Browse Source

YT-1178顺引品发货页面展示、查询条件与原型不符

intex
zhang_li 2 days ago
parent
commit
499b5b682e
  1. 35
      src/views/wms/deliversettlementManage/inducedProduct/deliverRecordMain/deliverRecordMain.data.ts

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

@ -25,7 +25,7 @@ export const DeliverRecordMain = useCrudSchemas(
table: { table: {
width: 180 width: 180
}, },
isSearch: true isSearch: false
}, },
{ {
label: '任务单号', label: '任务单号',
@ -74,7 +74,7 @@ export const DeliverRecordMain = useCrudSchemas(
}, },
isTable: true, isTable: true,
isForm: true, isForm: true,
isSearch: true, isSearch: false,
search: { search: {
component: 'Input', component: 'Input',
componentProps: { componentProps: {
@ -88,20 +88,20 @@ export const DeliverRecordMain = useCrudSchemas(
} }
} }
}, },
{ // {
label: '状态', // label: '状态',
field: 'status', // field: 'status',
dictType: DICT_TYPE.REQUEST_STATUS, // dictType: DICT_TYPE.REQUEST_STATUS,
dictClass: 'string', // dictClass: 'string',
isSearch: false, // isSearch: false,
isTable: false, // isTable: false,
isForm: false, // isForm: false,
isDetail: false, // isDetail: false,
sort: 'custom', // sort: 'custom',
table: { // table: {
width: 150 // width: 150
} // }
}, // },
{ {
label: '客户代码', label: '客户代码',
field: 'customerCode', field: 'customerCode',
@ -130,7 +130,8 @@ export const DeliverRecordMain = useCrudSchemas(
table: { table: {
width: 150 width: 150
}, },
isTable: false isTable: true,
isSearch:true,
}, },
{ {
label: '承运商', label: '承运商',

Loading…
Cancel
Save