Browse Source

YT-2742:已发未结数据显示问题

intex_online20250609
songguoqiang 3 weeks ago
parent
commit
59fad86142
  1. 24
      src/views/wms/deliversettlementManage/deliver/deliverRequestMain/deliverRequestMain.data.ts
  2. 26
      src/views/wms/deliversettlementManage/saleEstimate/unfinishedShipmentMain/unfinishedShipmentMain.data.ts

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

@ -839,7 +839,29 @@ export const DeliverRequestDetail = useCrudSchemas(reactive<CrudSchema[]>([
// }
// }
// },
{
label: '客户订单号',
field: 'customerOrderNumber',
sort: 'custom',
table: {
width: 180
},
isSearch: false,
search: {
component: 'Input',
},
isTable: true,
isTableForm:false,
hiddenInMain:true,
isForm: false,
isDetail:false,
form: {
component: 'Input',
componentProps: {
}
}
},
{
label: '品番',
field: 'itemCode',

26
src/views/wms/deliversettlementManage/saleEstimate/unfinishedShipmentMain/unfinishedShipmentMain.data.ts

@ -233,19 +233,19 @@ export const UnfinishedShipmentDetail = useCrudSchemas(reactive<CrudSchema[]>([
value: 0
}
},
// {
// label: '已结数量',
// field: 'finishdQuantity',
// sort: 'custom',
// table: {
// width: 150,
// },
// isTableForm:false,
// form: {
// component: 'InputNumber',
// value: 0
// }
// },
{
label: '已结数量',
field: 'finishdQuantity',
sort: 'custom',
table: {
width: 150,
},
isTableForm:false,
form: {
component: 'InputNumber',
value: 0
}
},
{
label: '销售单价',
field: 'unitPrice',

Loading…
Cancel
Save