Browse Source

Merge branch 'dev' of http://47.108.105.48:3000/java_project/logpm_page into dev

pre-production
马远东 11 months ago
parent
commit
69138aa8ab
  1. 11
      src/views/distribution/checkInventoryTask/createTask.vue

11
src/views/distribution/checkInventoryTask/createTask.vue

@ -1125,6 +1125,17 @@ const InventoryDetails = ref([
search: false,
head: true,
},
{
prop: 'newTrayName',
label: '移动托盘名称',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
search: false,
head: true,
},
{
prop: 'isChange',
label: '是否数量变更',

Loading…
Cancel
Save