浏览代码

微调出库纪录显示字段

user_zyx 1 年之前
父节点
当前提交
c1d7a7b12d

二进制
ZRAdmin-vue-main/dist.zip


+ 2 - 2
ZRAdmin-vue-main/src/views/Business/OutOutstoreRecord/index.vue

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

+ 3 - 3
ZRAdmin-vue-main/src/views/Business/SapDeliverRecord/index.vue

@@ -390,11 +390,11 @@ const columns = ref([
   { visible: true, prop: 'materialSpec', label: '规格型号/图号' },
   { visible: true, prop: 'keyFlag', label: '关键件标识' },
   { visible: true, prop: 'qty', label: '交验单数量' },
-  { visible: true, prop: 'spotCheckQty', label: '抽检数量' },
+  { visible: false, prop: 'spotCheckQty', label: '抽检数量' },
   { visible: true, prop: 'checkQty', label: '质检数量' },
   { visible: false, prop: 'checkResult', label: '质检结果' },
-  { visible: true, prop: 'instoreQty', label: '入库数量' },
-  { visible: true, prop: 'instoreResult', label: '入库结果' },
+  { visible: false, prop: 'instoreQty', label: '入库数量' },
+  { visible: false, prop: 'instoreResult', label: '入库结果' },
   { visible: false, prop: 'createBy', label: '创建人' },
   { visible: false, prop: 'createTime', label: '创建时间' },
   { visible: false, prop: 'updateBy', label: '更新人' },