|
@ -553,7 +553,8 @@ export default { |
|
|
// 质检详情页面-form字段 |
|
|
// 质检详情页面-form字段 |
|
|
inspectNoticeDetailsForm: [ |
|
|
inspectNoticeDetailsForm: [ |
|
|
{ type: "input", label: _Names.itemCode, prop: "itemCode", disabled: true, colSpan: 8 }, |
|
|
{ type: "input", label: _Names.itemCode, prop: "itemCode", disabled: true, colSpan: 8 }, |
|
|
{ type: "input", label: _Names.itemName, prop: "itemName", disabled: true, colSpan: 8 }, |
|
|
// { type: "input", label: _Names.itemName, prop: "itemName", disabled: true, colSpan: 8 }, |
|
|
|
|
|
{ type: "input", label: _Names.itemDesc2, prop: "itemDesc2", disabled: true, colSpan: 8 }, |
|
|
{ type: "input", label: "单位", prop: "stdPackUom", disabled: true, colSpan: 8 }, |
|
|
{ type: "input", label: "单位", prop: "stdPackUom", disabled: true, colSpan: 8 }, |
|
|
// { type: "input", label: "整包数量", prop: "stdPackQty", disabled: true, colSpan: 8 }, |
|
|
// { type: "input", label: "整包数量", prop: "stdPackQty", disabled: true, colSpan: 8 }, |
|
|
{ type: "input", label: "生产批次", prop: "lot", disabled: true, colSpan: 8 }, |
|
|
{ type: "input", label: "生产批次", prop: "lot", disabled: true, colSpan: 8 }, |
|
@ -583,7 +584,8 @@ export default { |
|
|
inspectNoticeDetailsTableColumns: [ |
|
|
inspectNoticeDetailsTableColumns: [ |
|
|
{ label: "箱码", prop: "packingCode", width:'100%' }, |
|
|
{ label: "箱码", prop: "packingCode", width:'100%' }, |
|
|
{ label: _Names.itemCode, prop: "itemCode", width:'100%' }, |
|
|
{ label: _Names.itemCode, prop: "itemCode", width:'100%' }, |
|
|
{ label: _Names.itemName, prop: "itemName", width:'100%' }, |
|
|
// { label: _Names.itemName, prop: "itemName", width:'100%' }, |
|
|
|
|
|
{ label: _Names.itemDesc2, prop: "itemDesc2", width:'100%' }, |
|
|
{ label: _Names.itemDesc1, prop: "itemDesc1", width:'100%' }, |
|
|
{ label: _Names.itemDesc1, prop: "itemDesc1", width:'100%' }, |
|
|
// { label: "单位", prop: "receiveUom", width:'100%' }, |
|
|
// { label: "单位", prop: "receiveUom", width:'100%' }, |
|
|
{ label: "收货数量", prop: "receiveQty", width:'100%' }, |
|
|
{ label: "收货数量", prop: "receiveQty", width:'100%' }, |
|
@ -1246,6 +1248,16 @@ export default { |
|
|
// if(!this.fileBase64List || this.fileBase64List.length <= 0){ |
|
|
// if(!this.fileBase64List || this.fileBase64List.length <= 0){ |
|
|
// return this.$errorMsg("请提供供应商自检报告") |
|
|
// return this.$errorMsg("请提供供应商自检报告") |
|
|
// } |
|
|
// } |
|
|
|
|
|
// todo: |
|
|
|
|
|
// this.$confirm('您确定完成质检吗, 是否继续?', '提示', { |
|
|
|
|
|
// confirmButtonText: '确定', |
|
|
|
|
|
// cancelButtonText: '取消', |
|
|
|
|
|
// type: 'warning' |
|
|
|
|
|
// }).then(() => { |
|
|
|
|
|
// this.screenData.filters.splice(val, 1) |
|
|
|
|
|
// }).catch(() => { |
|
|
|
|
|
|
|
|
|
|
|
// }); |
|
|
let that = this |
|
|
let that = this |
|
|
that.masterID = that.propsData.id |
|
|
that.masterID = that.propsData.id |
|
|
// 取消质检报告上传必填项 |
|
|
// 取消质检报告上传必填项 |
|
|