diff --git a/src/views/distribution/checkInventoryTask/createTask.vue b/src/views/distribution/checkInventoryTask/createTask.vue index 338f0865..71700d43 100644 --- a/src/views/distribution/checkInventoryTask/createTask.vue +++ b/src/views/distribution/checkInventoryTask/createTask.vue @@ -271,6 +271,18 @@ }} + + {{ props.row[item.prop] !== 1 ? '否' : '是' }} + + + + {{ props.row[item.prop] !== 1 ? '否' : '是' }} + + + + {{ props.row[item.prop] !== 1 ? '否' : '是' }} + + {{ props.row[item.prop] == 1 @@ -1028,6 +1040,61 @@ const InventoryDetails = ref([ search: false, head: true, }, + { + prop: 'isNew', + label: '是否新增', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + search: false, + head: true, + }, + { + prop: 'groundingPositionCode', + label: '上架后库位', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + search: false, + head: true, + }, + { + prop: 'newTrayCode', + label: '移动托盘', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + search: false, + head: true, + }, + { + prop: 'isChange', + label: '是否数量变更', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + search: false, + head: true, + }, + { + prop: 'isChangeAt', + label: '是否库位或托盘变更', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + search: false, + head: true, + }, { prop: 'inventoryPerson', label: '盘点人',