|
|
@ -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%' }, |
|
|
|