Browse Source

YT-1009:所有发货记录里的发货类型去掉

intex
ljlong_2630 3 days ago
parent
commit
2c83b94a10
  1. 3
      src/views/wms/deliversettlementManage/directSupplyPinRecordMain/deliverRecordMain/deliverRecordMain.data.ts
  2. 3
      src/views/wms/deliversettlementManage/ftSuppliesRecordMain/deliverRecordMain/deliverRecordMain.data.ts
  3. 3
      src/views/wms/deliversettlementManage/inducedProduct/deliverRecordMain/deliverRecordMain.data.ts
  4. 3
      src/views/wms/deliversettlementManage/tjdtSuppliesRecordMain/deliverRecordMain/deliverRecordMain.data.ts

3
src/views/wms/deliversettlementManage/directSupplyPinRecordMain/deliverRecordMain/deliverRecordMain.data.ts

@ -104,7 +104,8 @@ export const DeliverRecordMain = useCrudSchemas(
label: '发货类型', label: '发货类型',
field: 'deliverType', field: 'deliverType',
sort: 'custom', sort: 'custom',
isSearch: true, isSearch: false,
isTable: false,
dictType: DICT_TYPE.DELIVER_TYPE, dictType: DICT_TYPE.DELIVER_TYPE,
dictClass: 'string', dictClass: 'string',
table: { table: {

3
src/views/wms/deliversettlementManage/ftSuppliesRecordMain/deliverRecordMain/deliverRecordMain.data.ts

@ -104,7 +104,8 @@ export const DeliverRecordMain = useCrudSchemas(
label: '发货类型', label: '发货类型',
field: 'deliverType', field: 'deliverType',
sort: 'custom', sort: 'custom',
isSearch: true, isSearch: false,
isTable: false,
dictType: DICT_TYPE.DELIVER_TYPE, dictType: DICT_TYPE.DELIVER_TYPE,
dictClass: 'string', dictClass: 'string',
table: { table: {

3
src/views/wms/deliversettlementManage/inducedProduct/deliverRecordMain/deliverRecordMain.data.ts

@ -113,7 +113,8 @@ export const DeliverRecordMain = useCrudSchemas(
label: '发货类型', label: '发货类型',
field: 'deliverType', field: 'deliverType',
sort: 'custom', sort: 'custom',
isSearch: true, isSearch: false,
isTable: false,
dictType: DICT_TYPE.DELIVER_TYPE, dictType: DICT_TYPE.DELIVER_TYPE,
dictClass: 'string', dictClass: 'string',
table: { table: {

3
src/views/wms/deliversettlementManage/tjdtSuppliesRecordMain/deliverRecordMain/deliverRecordMain.data.ts

@ -104,7 +104,8 @@ export const DeliverRecordMain = useCrudSchemas(
label: '发货类型', label: '发货类型',
field: 'deliverType', field: 'deliverType',
sort: 'custom', sort: 'custom',
isSearch: true, isSearch: false,
isTable: false,
dictType: DICT_TYPE.DELIVER_TYPE, dictType: DICT_TYPE.DELIVER_TYPE,
dictClass: 'string', dictClass: 'string',
table: { table: {

Loading…
Cancel
Save