diff --git a/src/views/wms/deliversettlementManage/deliverplan/deliverPlanMain/deliverPlanMain.data.ts b/src/views/wms/deliversettlementManage/deliverplan/deliverPlanMain/deliverPlanMain.data.ts index b0e0a87fc..bca93fa19 100644 --- a/src/views/wms/deliversettlementManage/deliverplan/deliverPlanMain/deliverPlanMain.data.ts +++ b/src/views/wms/deliversettlementManage/deliverplan/deliverPlanMain/deliverPlanMain.data.ts @@ -206,6 +206,7 @@ export const DeliverPlanMain = useCrudSchemas(reactive([ dictType: DICT_TYPE.PLAN_STATUS, dictClass: 'string', isSearch: true, + isForm:false, }, { label: '是否可用', diff --git a/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptJobMain/purchasereceiptJobMain.data.ts b/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptJobMain/purchasereceiptJobMain.data.ts index e09c3055c..acbec7612 100644 --- a/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptJobMain/purchasereceiptJobMain.data.ts +++ b/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptJobMain/purchasereceiptJobMain.data.ts @@ -610,8 +610,8 @@ export const PurchasereceiptJobMain = useCrudSchemas(reactive([ }, }, { - label: '包装号', // 实际是子表的到包装号,为了不影响页面,单独放上面 - field: 'toPackingNumber', + label: '批次', // 实际是子表的到批次,为了不影响页面,单独放上面 + field: 'toBatch', sort: 'custom', isForm:false, isTableForm:false, @@ -621,8 +621,8 @@ export const PurchasereceiptJobMain = useCrudSchemas(reactive([ sortTableDefault:1001, }, { - label: '批次', // 实际是子表的到批次,为了不影响页面,单独放上面 - field: 'toBatch', + label: '包装号', // 实际是子表的到包装号,为了不影响页面,单独放上面 + field: 'toPackingNumber', sort: 'custom', isForm:false, isTableForm:false, @@ -631,6 +631,7 @@ export const PurchasereceiptJobMain = useCrudSchemas(reactive([ }, sortTableDefault:1001, }, + ])) //表单校验 @@ -809,7 +810,7 @@ export const PurchasereceiptJobDetail = useCrudSchemas(reactive([ hiddenInMain:true, }, { - label: '从库位代码', + label: '来源库位', field: 'fromLocationCode', sort: 'custom', table: { @@ -818,7 +819,7 @@ export const PurchasereceiptJobDetail = useCrudSchemas(reactive([ sortTableDefault:1005 }, { - label: '到库位代码', + label: '目标库位', field: 'toLocationCode', sort: 'custom', table: { @@ -846,7 +847,7 @@ export const PurchasereceiptJobDetail = useCrudSchemas(reactive([ }, { label: '包装数量', - field: 'packQty', + field: 'qty', sort: 'custom', table: { width: 150 @@ -1309,7 +1310,7 @@ export const PurchasereceiptJobDetailPackingNumber = useCrudSchemas(reactive