Browse Source

采购收货+库存初始化申请bug

master_hella_20240701
yufei0306 6 months ago
parent
commit
d9c58b8e30
  1. 3
      src/views/wms/inventoryjobManage/inventoryinitial/inventoryinitRequestMain/inventoryinitRequestMain.data.ts
  2. 6
      src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRequestMain/purchasereceiptRequestMain.data.ts

3
src/views/wms/inventoryjobManage/inventoryinitial/inventoryinitRequestMain/inventoryinitRequestMain.data.ts

@ -489,7 +489,8 @@ export const InventoryinitRequestDetail = useCrudSchemas(reactive<CrudSchema[]>(
}, },
tableForm: { tableForm: {
type: 'InputNumber', type: 'InputNumber',
min: 1, min: 0.000001,
default:1,
precision: 6 precision: 6
} }
}, },

6
src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRequestMain/purchasereceiptRequestMain.data.ts

@ -2282,7 +2282,8 @@ export const PurchasereceiptRequestDetailLabel = useCrudSchemas(reactive<CrudSch
key: 'itemCode', key: 'itemCode',
value: 'itemCode', value: 'itemCode',
message: '请选择订单行', message: '请选择订单行',
isMainValue: true isTableRowValue: true, //查询当前searchTable表中行数据的值
isMainValue: false
}, },
{ {
key: 'available', key: 'available',
@ -2306,7 +2307,8 @@ export const PurchasereceiptRequestDetailLabel = useCrudSchemas(reactive<CrudSch
key: 'itemCode', key: 'itemCode',
value: 'itemCode', value: 'itemCode',
message: '请选择订单行', message: '请选择订单行',
isMainValue: true isTableRowValue: true, //查询当前searchTable表中行数据的值
isMainValue: false
}, },
{ {
key: 'available', key: 'available',

Loading…
Cancel
Save