@@ -175,7 +175,7 @@ func (this *SupplierfileController) AddSubfile() {
paramSvc := baseparameter.GetBaseparameterService(utils.DBE)
//"营业执照,组织代码,组织机构代码证,税务登记证,税务登记,开户许可,银行开户许可证,承诺书,诚信合规承诺书,企业信息系统截图,战略合作协议扫描件,"
mustField := paramSvc.GetBaseparameterMessage("GFGL", "paramset", "MustFieldName")
- if strings.Contains(mustField, model.FileName + ",") {
+ if strings.Contains(mustField, model.NeedFileType + ",") {
model.SupplierTypeCode = "000"
model.IsManuf = "0"
}
@@ -2,7 +2,7 @@
<div>
<el-card class="box-card">
<div slot="header" class="clearfix">
- <span> 企业资质</span>
+ <span>企业资质</span>
<!--<el-button type="primary" size="mini" style="float: right;margin-right: 3px" @click="nextStep()"
v-if="canadd && IsCompanyUser == 0">
提交审批
@@ -370,10 +370,12 @@
_currentPage: 1,
_size: 10000
+ console.log('传入的参数', params)
_this.$axios.get('supplierfile/filelist', {
params
})
.then(res => {
+ console.log('返回结果', res.data)
_this.subfileList = res.data.items
_this.currentItemCount = res.data.currentItemCount
for (let idx in _this.subfileList) {