|
@@ -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: '更新人' },
|