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

Loading…
Cancel
Save