Browse Source

增加盘点页面的移动托盘名称

pre-production
pref_mail@163.com 12 months ago
parent
commit
be30b0913d
  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