Browse Source

修改

master_hella_20240701
zhaoxuebing 6 months ago
parent
commit
45817ec58d
  1. 2
      src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnRequestMain/purchasereturnRequestMain.data.ts

2
src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnRequestMain/purchasereturnRequestMain.data.ts

@ -963,7 +963,7 @@ export const PurchasereturnRequestDetail = useCrudSchemas(reactive<CrudSchema[]>
required:true, required:true,
isMainValue:false isMainValue:false
},{ },{
key: 'fromLocationCode', key: 'locationCode',
value: 'fromLocationCode', value: 'fromLocationCode',
message: '请选择从库位代码', message: '请选择从库位代码',
isTableRowValue: true, //查询当前searchTable表中行数据的值 isTableRowValue: true, //查询当前searchTable表中行数据的值

Loading…
Cancel
Save