Browse Source

YT-1221非丰田补给品发货,发货类型应是非丰田补给品发货,导入模版也应修改YT-1222非丰田补给品发货,任务、记录,查询条件 发货类型应去掉

intex
zhang_li 5 days ago
parent
commit
df4d0f2070
  1. 7
      src/views/wms/deliversettlementManage/deliver/deliverJobMain/deliverJobMain.data.ts
  2. 7
      src/views/wms/deliversettlementManage/deliver/deliverRecordMain/deliverRecordMain.data.ts
  3. 11
      src/views/wms/deliversettlementManage/deliver/deliverRequestMain/deliverRequestMain.data.ts

7
src/views/wms/deliversettlementManage/deliver/deliverJobMain/deliverJobMain.data.ts

@ -68,10 +68,11 @@ export const DeliverJobMain = useCrudSchemas(
}, },
{ {
label: '发货类型', label: '发货类型',
field: 'deliverType', field: 'businessType',
sort: 'custom', sort: 'custom',
isSearch: true, isSearch: false,
dictType: DICT_TYPE.DELIVER_TYPE, isTable: true,
dictType: DICT_TYPE.DELIVER_METHOD,
dictClass: 'string', dictClass: 'string',
table: { table: {
width: 150 width: 150

7
src/views/wms/deliversettlementManage/deliver/deliverRecordMain/deliverRecordMain.data.ts

@ -108,10 +108,11 @@ export const DeliverRecordMain = useCrudSchemas(
}, },
{ {
label: '发货类型', label: '发货类型',
field: 'deliverType', field: 'businessType',
sort: 'custom', sort: 'custom',
isSearch: true, isSearch: false,
dictType: DICT_TYPE.DELIVER_TYPE, isTable: true,
dictType: DICT_TYPE.DELIVER_METHOD,
dictClass: 'string', dictClass: 'string',
table: { table: {
width: 150 width: 150

11
src/views/wms/deliversettlementManage/deliver/deliverRequestMain/deliverRequestMain.data.ts

@ -196,17 +196,14 @@ export const DeliverRequestMain = useCrudSchemas(
}, },
{ {
label: '发货类型', label: '发货类型',
field: 'deliverType', field: 'businessType',
sort: 'custom', sort: 'custom',
dictType: DICT_TYPE.DELIVER_TYPE, isSearch: false,
isTable: true,
dictType: DICT_TYPE.DELIVER_METHOD,
dictClass: 'string', dictClass: 'string',
table: { table: {
width: 150 width: 150
},
form: {
componentProps: {
disabled: true
}
} }
}, },
{ {

Loading…
Cancel
Save