Browse Source

YT-2736发货申请,新增报异常,客户订单号应是必填项,应在主中新增,显示在子表中

intex_online20250609
张立 2 weeks ago
parent
commit
03516098fc
  1. 41
      src/views/wms/deliversettlementManage/deliver/deliverRequestMain/deliverRequestMain.data.ts

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

@ -261,6 +261,26 @@ export const DeliverRequestMain = useCrudSchemas(
}
}
},
{
label: '客户订单号',
field: 'customerOrderNumber',
sort: 'custom',
table: {
width: 180
},
isSearch: true,
search: {
component: 'Input',
},
isTable: true,
isForm: true,
form: {
component: 'Input',
componentProps: {
}
}
},
{
label: '客户发货单号',
field: 'customerDeliverNumber',
@ -819,26 +839,7 @@ export const DeliverRequestDetail = useCrudSchemas(reactive<CrudSchema[]>([
// }
// }
// },
{
label: '客户订单号',
field: 'customerOrderNumber',
sort: 'custom',
table: {
width: 180
},
isSearch: true,
search: {
component: 'Input',
},
isTable: true,
isForm: true,
form: {
component: 'Input',
componentProps: {
}
}
},
{
label: '品番',
field: 'itemCode',

Loading…
Cancel
Save