Browse Source

【nev-pc】质检

ag_report_nev
安虹睿 10 months ago
parent
commit
fa93369618
  1. 5
      fe/PC/src/views/rawMaterialManage/quality/InspectRequest.vue

5
fe/PC/src/views/rawMaterialManage/quality/InspectRequest.vue

@ -541,7 +541,7 @@ export default {
// -form
inspectNoticeDetailsForm: [
{ type: "input", label: _Names.itemCode, prop: "itemCode", disabled: true, colSpan: 8 },
{ type: "input", label: "物品名称", prop: "itemName", disabled: true, colSpan: 8 },
{ type: "input", label: _Names.itemName, prop: "itemName", 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: "lot", disabled: true, colSpan: 8 },
@ -569,7 +569,8 @@ export default {
inspectNoticeDetailsTableColumns: [
{ label: "箱码", prop: "packingCode", width:'100%' },
{ label: _Names.itemCode, prop: "itemCode", width:'100%' },
{ label: "物品名称", prop: "itemName", width:'100%' },
{ label: _Names.itemName, prop: "itemName", width:'100%' },
{ label: _Names.itemDesc1, prop: "itemDesc1", width:'100%' },
// { label: "", prop: "receiveUom", width:'100%' },
{ label: "收货数量", prop: "receiveQty", width:'100%' },
{ label: "状态", prop: "detailInspectStatus", type: "filter", filters: "detailInspectStatus", width:'100%' },

Loading…
Cancel
Save