Browse Source

YT-2290已发未结记录,应隐藏已结数量字段

intex_zhaoxuebing
张立 3 weeks ago
parent
commit
c49d78b860
  1. 26
      src/views/wms/deliversettlementManage/saleEstimate/unfinishedShipmentMain/unfinishedShipmentMain.data.ts

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