|
@@ -330,7 +330,7 @@ const columns = ref([
|
|
|
{ visible: true, prop: 'materialName', label: '物料名称' },
|
|
|
{ visible: true, prop: 'materialSpec', label: '规格型号/图号' },
|
|
|
{ visible: false, prop: 'category', label: '物料类型' },
|
|
|
- { visible: false, prop: 'keyFlag', label: '关键件标识' },
|
|
|
+ { visible: true, prop: 'keyFlag', label: '关键件标识' },
|
|
|
{ visible: true, prop: 'bnSnCode', label: 'BN/SN码' },
|
|
|
{ visible: true, prop: 'result', label: '出库结果' },
|
|
|
{ visible: true, prop: 'outStoreQty', label: '出库数量' },
|