|
|
@ -277,6 +277,8 @@ export default { |
|
|
|
inspectNoticeDetailsTableLoading: false, |
|
|
|
// 检验 |
|
|
|
inspectFormData: { |
|
|
|
inspectUser: null, |
|
|
|
uom: null, |
|
|
|
samplePercent: 0, |
|
|
|
number: null, |
|
|
|
otherPropertyJson: null, |
|
|
@ -286,55 +288,54 @@ export default { |
|
|
|
lot: null, |
|
|
|
locationErpCode: null, |
|
|
|
failedQty: 0, |
|
|
|
inspectUserEmail: null, |
|
|
|
supplierBatch: null, |
|
|
|
produceDate: null, |
|
|
|
lastModificationTime: null, |
|
|
|
creationTime: null, |
|
|
|
lastModifierId: null, |
|
|
|
tenantId: null, |
|
|
|
supplierPackUom: null, |
|
|
|
receiveQty: 0, |
|
|
|
remark: null, |
|
|
|
expireDate: null, |
|
|
|
poNumber: null, |
|
|
|
inspectType: 0, |
|
|
|
notPassedQty: 0, |
|
|
|
inspectUserName: null, |
|
|
|
receiveUom: null, |
|
|
|
locationCode: null, |
|
|
|
abcClass: null, |
|
|
|
locationGroup: null, |
|
|
|
containerCode: null, |
|
|
|
id: null, |
|
|
|
supplierPackQty: 0, |
|
|
|
warehouseCode: null, |
|
|
|
creatorId: null, |
|
|
|
poLine: null, |
|
|
|
masterID: null, |
|
|
|
inspectUserPhone: "18182874811", |
|
|
|
status: 0, |
|
|
|
goodQty: 0, |
|
|
|
locationArea: null, |
|
|
|
failedReason: null, |
|
|
|
|
|
|
|
itemCode: null, |
|
|
|
itemName: null, |
|
|
|
itemDesc1: null, |
|
|
|
itemDesc2: null, |
|
|
|
stdPackQty: 0, |
|
|
|
stdPackUom: null, |
|
|
|
packingCode:null, |
|
|
|
inspectQty: 0, |
|
|
|
appearance: null, |
|
|
|
volume: null, |
|
|
|
weight: null, |
|
|
|
// otherPropertyJson 其他属性json, |
|
|
|
otherPropertyJson: null, |
|
|
|
details: [{ |
|
|
|
name: '', |
|
|
|
value: '' |
|
|
|
}], |
|
|
|
// supplierPackQty: 0, |
|
|
|
// inspectUserPhone: "18182874811", |
|
|
|
// stdPackUom: null, |
|
|
|
// otherPropertyJson 其他属性json, |
|
|
|
// inspectUserEmail: null, |
|
|
|
// tenantId: null, |
|
|
|
// supplierPackUom: null, |
|
|
|
// inspectUserName: null, |
|
|
|
// receiveUom: null, |
|
|
|
}, |
|
|
|
inspectForm: [ |
|
|
|
{ type: "input", label: "物品代码", prop: "itemCode", disabled: true, colSpan: 12 }, |
|
|
@ -402,6 +403,7 @@ export default { |
|
|
|
], |
|
|
|
// 质检详情页面-form数据 |
|
|
|
inspectNoticeDetailsFormData: { |
|
|
|
warehouseCode: localStorage.getItem('warehouseCode'), |
|
|
|
supplierBatch: null, |
|
|
|
creationTime: null, |
|
|
|
summaryInspectStatus: 0, |
|
|
@ -582,6 +584,7 @@ export default { |
|
|
|
} |
|
|
|
this.inspectNoticeDetailsFormData.formFile = [] |
|
|
|
this.inspectNoticeDetailsFormData = { |
|
|
|
warehouseCode: localStorage.getItem('warehouseCode'), |
|
|
|
supplierBatch: null, |
|
|
|
creationTime: null, |
|
|
|
summaryInspectStatus: 0, |
|
|
|