Browse Source

取消数据对比的包条字段

pre-production
pref_mail@163.com 9 months ago
parent
commit
4e48d155bd
  1. 22
      src/views/distribution/checkInventoryTask/createTask.vue

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

@ -1274,17 +1274,17 @@ const contrast = ref([
search: true, search: true,
head: true, head: true,
}, },
{ // {
prop: 'orderPackageCode', // prop: 'orderPackageCode',
label: '包条', // label: '',
type: 5, // type: 5,
values: '', // values: '',
width: '260', // width: '260',
checkarr: [], // checkarr: [],
fixed: true, // fixed: true,
search: true, // search: true,
head: true, // head: true,
}, // },
{ {
prop: 'trayCode', prop: 'trayCode',
label: '托盘码', label: '托盘码',

Loading…
Cancel
Save