Browse Source

YT-1388:顺引收货记录、直纳品收货记录页面字段调整

intex_online20241205
宋国强 2 months ago
parent
commit
31668a9f2c
  1. 18
      src/views/wms/purchasereceiptManage/amvpurchasereceipt/amvPurchasereceiptRecordMain/purchasereceiptRecordMain.data.ts
  2. 18
      src/views/wms/purchasereceiptManage/jispurchasereceipt/jisPurchasereceiptRecordMain/purchasereceiptRecordMain.data.ts

18
src/views/wms/purchasereceiptManage/amvpurchasereceipt/amvPurchasereceiptRecordMain/purchasereceiptRecordMain.data.ts

@ -411,15 +411,15 @@ export const PurchasereceiptRecordMain = useCrudSchemas(reactive<CrudSchema[]>([
}, },
sortTableDefault:12, sortTableDefault:12,
}, },
{ // {
label: '发货数量', // label: '发货数量',
field: 'shippedQty', // field: 'shippedQty',
sort: 'custom', // sort: 'custom',
table: { // table: {
width: 150 // width: 150
}, // },
sortTableDefault:12, // sortTableDefault:12,
}, // },
{ {
label: '收货数量', label: '收货数量',
field: 'qty', field: 'qty',

18
src/views/wms/purchasereceiptManage/jispurchasereceipt/jisPurchasereceiptRecordMain/purchasereceiptRecordMain.data.ts

@ -411,15 +411,15 @@ export const PurchasereceiptRecordMain = useCrudSchemas(reactive<CrudSchema[]>([
}, },
sortTableDefault:12, sortTableDefault:12,
}, },
{ // {
label: '发货数量', // label: '发货数量',
field: 'shippedQty', // field: 'shippedQty',
sort: 'custom', // sort: 'custom',
table: { // table: {
width: 150 // width: 150
}, // },
sortTableDefault:12, // sortTableDefault:12,
}, // },
{ {
label: '收货数量', label: '收货数量',
field: 'qty', field: 'qty',

Loading…
Cancel
Save