| | |
| | | </el-col> |
| | | </el-row> |
| | | <el-row :gutter="30"> |
| | | <el-col :span="12"> |
| | | <!-- <el-col :span="12"> |
| | | <el-form-item label="供应商类型:" |
| | | prop="supplierType"> |
| | | <el-select v-model="form.supplierType" |
| | |
| | | value="丁" /> |
| | | </el-select> |
| | | </el-form-item> |
| | | </el-col> |
| | | </el-col> --> |
| | | <el-col :span="12"> |
| | | <el-form-item label="是否白名单:" |
| | | prop="isWhite"> |
| | |
| | | { |
| | | label: "供应商名称", |
| | | prop: "supplierName", |
| | | width: 250, |
| | | // width: 250, |
| | | }, |
| | | { |
| | | label: "供应商类型", |
| | | prop: "supplierType", |
| | | width: 120, |
| | | }, |
| | | // { |
| | | // label: "供应商类型", |
| | | // prop: "supplierType", |
| | | // width: 120, |
| | | // }, |
| | | { |
| | | label: "纳税人识别号", |
| | | prop: "taxpayerIdentificationNum", |
| | | width: 230, |
| | | // width: 230, |
| | | }, |
| | | { |
| | | label: "公司地址", |
| | | prop: "companyAddress", |
| | | width: 220, |
| | | // width: 300, |
| | | }, |
| | | { |
| | | label: "维护人", |
| | |
| | | { |
| | | label: "维护时间", |
| | | prop: "maintainTime", |
| | | width: 100, |
| | | // width: 100, |
| | | }, |
| | | { |
| | | dataType: "action", |
| | |
| | | openForm("edit", row); |
| | | }, |
| | | }, |
| | | { |
| | | //资质附件 |
| | | name: "资质文件", |
| | | type: "text", |
| | | clickFun: row => { |
| | | openFileDialog(row); |
| | | }, |
| | | }, |
| | | // { |
| | | // //资质附件 |
| | | // name: "资质文件", |
| | | // type: "text", |
| | | // clickFun: row => { |
| | | // openFileDialog(row); |
| | | // }, |
| | | // }, |
| | | ], |
| | | }, |
| | | ]); |
| | |
| | | companyAddress: [{ required: true, message: "请输入", trigger: "blur" }], |
| | | maintainUserId: [{ required: false, message: "请选择", trigger: "change" }], |
| | | maintainTime: [{ required: false, message: "请选择", trigger: "change" }], |
| | | supplierType: [ |
| | | { required: true, message: "请选择供应商类型", trigger: "change" }, |
| | | ], |
| | | // supplierType: [ |
| | | // { required: true, message: "请选择供应商类型", trigger: "change" }, |
| | | // ], |
| | | }, |
| | | }); |
| | | const { searchForm, form, rules } = toRefs(data); |
| | |
| | | </el-col> |
| | | </el-row> |
| | | <el-row :gutter="30"> |
| | | <el-col :span="12"> |
| | | <!-- <el-col :span="12"> |
| | | <el-form-item label="供应商类型:" |
| | | prop="supplierType"> |
| | | <el-select v-model="form.supplierType" |
| | |
| | | value="丁" /> |
| | | </el-select> |
| | | </el-form-item> |
| | | </el-col> |
| | | </el-col> --> |
| | | <el-col :span="12"> |
| | | <el-form-item label="是否白名单:" |
| | | prop="isWhite"> |
| | |
| | | { |
| | | label: "供应商名称", |
| | | prop: "supplierName", |
| | | width: 250, |
| | | // width: 250, |
| | | }, |
| | | { |
| | | label: "供应商类型", |
| | | prop: "supplierType", |
| | | width: 120, |
| | | }, |
| | | // { |
| | | // label: "供应商类型", |
| | | // prop: "supplierType", |
| | | // width: 120, |
| | | // }, |
| | | { |
| | | label: "纳税人识别号", |
| | | prop: "taxpayerIdentificationNum", |
| | | width: 230, |
| | | // width: 230, |
| | | }, |
| | | { |
| | | label: "公司地址", |
| | | prop: "companyAddress", |
| | | width: 220, |
| | | // width: 220, |
| | | }, |
| | | { |
| | | label: "维护人", |
| | | prop: "maintainUserName", |
| | | // width: 220, |
| | | }, |
| | | |
| | | { |
| | |
| | | openForm("edit", row); |
| | | }, |
| | | }, |
| | | { |
| | | //资质附件 |
| | | name: "资质文件", |
| | | type: "text", |
| | | clickFun: row => { |
| | | openFileDialog(row); |
| | | }, |
| | | }, |
| | | // { |
| | | // //资质附件 |
| | | // name: "资质文件", |
| | | // type: "text", |
| | | // clickFun: row => { |
| | | // openFileDialog(row); |
| | | // }, |
| | | // }, |
| | | ], |
| | | }, |
| | | ]); |
| | |
| | | companyAddress: [{ required: true, message: "请输入", trigger: "blur" }], |
| | | maintainUserId: [{ required: false, message: "请选择", trigger: "change" }], |
| | | maintainTime: [{ required: false, message: "请选择", trigger: "change" }], |
| | | supplierType: [ |
| | | { required: true, message: "请选择供应商类型", trigger: "change" }, |
| | | ], |
| | | // supplierType: [ |
| | | // { required: true, message: "请选择供应商类型", trigger: "change" }, |
| | | // ], |
| | | }, |
| | | }); |
| | | const { searchForm, form, rules } = toRefs(data); |