Browse Source

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

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

22
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: '品番', label: '品番',
field: 'itemCode', field: 'itemCode',

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

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

Loading…
Cancel
Save