From 04cff1dc6ddbd10e0fd1be538f5979442feb3a37 Mon Sep 17 00:00:00 2001 From: "YEJIAXING-PC\\lenovo" <591141169@qq.com> Date: Fri, 8 Nov 2024 15:36:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BA=93=E5=AD=98=E5=88=9D=E5=A7=8B=E5=8C=96?= =?UTF-8?q?=E5=8A=9F=E8=83=BD=E6=94=B9=E8=BF=9B=EF=BC=9A=E5=BB=BA=E8=AE=AE?= =?UTF-8?q?=E5=8E=BB=E6=8E=89=E5=8C=85=E8=A3=85=E8=A7=84=E6=A0=BC2?= =?UTF-8?q?=EF=BC=8C=E5=85=A5=E5=BA=93=E5=8C=85=E8=A3=85=E8=A7=84=E6=A0=BC?= =?UTF-8?q?=EF=BC=8C=E6=98=AF=E5=90=A6=E7=BA=BF=E8=BE=B9=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=E5=8F=8A=E7=9B=B8=E5=85=B3=E9=80=BB=E8=BE=91(=E4=B8=8E?= =?UTF-8?q?=E8=8B=B1=E6=B3=B0=E5=8A=9F=E8=83=BD=E9=9C=80=E6=B1=82=E4=B8=8D?= =?UTF-8?q?=E7=AC=A6)=20YT-594?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../inventoryinitRecordMain.data.ts | 16 +- .../inventoryinitRequestMain.data.ts | 478 +++++++++--------- 2 files changed, 247 insertions(+), 247 deletions(-) diff --git a/src/views/wms/inventoryjobManage/inventoryinitial/inventoryinitRecordMain/inventoryinitRecordMain.data.ts b/src/views/wms/inventoryjobManage/inventoryinitial/inventoryinitRecordMain/inventoryinitRecordMain.data.ts index e7b0496ef..cd35ea0dd 100644 --- a/src/views/wms/inventoryjobManage/inventoryinitial/inventoryinitRecordMain/inventoryinitRecordMain.data.ts +++ b/src/views/wms/inventoryjobManage/inventoryinitial/inventoryinitRecordMain/inventoryinitRecordMain.data.ts @@ -488,14 +488,14 @@ export const InventoryinitRecordDetail = useCrudSchemas(reactive([ width: 150 }, }, - { - label: '货主代码', - field: 'ownerCode', - sort: 'custom', - table: { - width: 150 - }, - }, + // { + // label: '货主代码', + // field: 'ownerCode', + // sort: 'custom', + // table: { + // width: 150 + // }, + // }, // { // label: '替代批次', // field: 'altBatch', diff --git a/src/views/wms/inventoryjobManage/inventoryinitial/inventoryinitRequestMain/inventoryinitRequestMain.data.ts b/src/views/wms/inventoryjobManage/inventoryinitial/inventoryinitRequestMain/inventoryinitRequestMain.data.ts index 2eb51de0c..8c3538c0a 100644 --- a/src/views/wms/inventoryjobManage/inventoryinitial/inventoryinitRequestMain/inventoryinitRequestMain.data.ts +++ b/src/views/wms/inventoryjobManage/inventoryinitial/inventoryinitRequestMain/inventoryinitRequestMain.data.ts @@ -543,28 +543,28 @@ export const InventoryinitRequestDetail = useCrudSchemas(reactive( disabled: true } }, - { - label: '包装数量', - field: 'packQty', - sort: 'custom', - table: { - width: 150 - }, - form: { - component: 'InputNumber', - componentProps: { - min: 1, - precision: 6 - } - }, - tableForm: { - type: 'InputNumber', - min: 1, - precision: 6 - }, - isTableForm: false, - isForm: false, - }, + // { + // label: '包装数量', + // field: 'packQty', + // sort: 'custom', + // table: { + // width: 150 + // }, + // form: { + // component: 'InputNumber', + // componentProps: { + // min: 1, + // precision: 6 + // } + // }, + // tableForm: { + // type: 'InputNumber', + // min: 1, + // precision: 6 + // }, + // isTableForm: false, + // isForm: false, + // }, { label: '包装规格', field: 'packUnit', @@ -680,61 +680,61 @@ export const InventoryinitRequestDetail = useCrudSchemas(reactive( isTableForm: false, isForm: false, }, - { - label: '货主代码', - field: 'ownerCode', - sort: 'custom', - table: { - width: 150 - }, - tableForm: { - enterSearch: true, - isInpuFocusShow: true, // 开启查询弹窗 - searchListPlaceholder: '请选择货主代码', - searchField: 'code', - searchTitle: '货主信息', - searchAllSchemas: Owner.allSchemas, - searchPage: OwnerApi.getOwnerPage, - searchCondition: [{ - key: 'available', - value: 'TRUE', - isMainValue: false - }], - verificationParams: [{ - key: 'code', - action: '==', - value: '', - isMainValue: false, - isSearch: 'true', - isFormModel: true - }], // 失去焦点校验参数 - }, - form: { - // labelMessage: '信息提示说明!!!', - componentProps: { - enterSearch: true, - isSearchList: true, // 开启查询弹窗 - searchListPlaceholder: '请选择货主代码', - searchField: 'code', - searchTitle: '货主信息', - searchAllSchemas: Owner.allSchemas, - searchPage: OwnerApi.getOwnerPage, - searchCondition: [{ - key: 'available', - value: 'TRUE', - isMainValue: false - }], - verificationParams: [{ - key: 'code', - action: '==', - value: '', - isMainValue: false, - isSearch: 'true', - isFormModel: true - }], // 失去焦点校验参数 - } - } - }, + // { + // label: '货主代码', + // field: 'ownerCode', + // sort: 'custom', + // table: { + // width: 150 + // }, + // tableForm: { + // enterSearch: true, + // isInpuFocusShow: true, // 开启查询弹窗 + // searchListPlaceholder: '请选择货主代码', + // searchField: 'code', + // searchTitle: '货主信息', + // searchAllSchemas: Owner.allSchemas, + // searchPage: OwnerApi.getOwnerPage, + // searchCondition: [{ + // key: 'available', + // value: 'TRUE', + // isMainValue: false + // }], + // verificationParams: [{ + // key: 'code', + // action: '==', + // value: '', + // isMainValue: false, + // isSearch: 'true', + // isFormModel: true + // }], // 失去焦点校验参数 + // }, + // form: { + // // labelMessage: '信息提示说明!!!', + // componentProps: { + // enterSearch: true, + // isSearchList: true, // 开启查询弹窗 + // searchListPlaceholder: '请选择货主代码', + // searchField: 'code', + // searchTitle: '货主信息', + // searchAllSchemas: Owner.allSchemas, + // searchPage: OwnerApi.getOwnerPage, + // searchCondition: [{ + // key: 'available', + // value: 'TRUE', + // isMainValue: false + // }], + // verificationParams: [{ + // key: 'code', + // action: '==', + // value: '', + // isMainValue: false, + // isSearch: 'true', + // isFormModel: true + // }], // 失去焦点校验参数 + // } + // } + // }, { label: '项目代码', field: 'projectCode', @@ -832,7 +832,7 @@ export const InventoryinitRequestDetail = useCrudSchemas(reactive( } }, { - label: '包装规格1', + label: '默认包装规格', field: 'packUnit', isTable: true, sort: 'custom', @@ -906,7 +906,7 @@ export const InventoryinitRequestDetail = useCrudSchemas(reactive( } }, { - label: '包装数量1', + label: '默认包装数量', field: 'packQty', sort: 'custom', table: { @@ -919,168 +919,168 @@ export const InventoryinitRequestDetail = useCrudSchemas(reactive( tableForm: { } }, - { - label: '包装规格2', - field: 'secondPackUnit', - isTable: true, - sort: 'custom', - table: { - width: 150 - }, - form: { - componentProps: { - enterSearch: true, - disabled: true, - isSearchList: true, - searchListPlaceholder: '请选择包装', - searchField: 'packUnit', - searchTitle: '物品包装信息', - searchAllSchemas: Itempackaging.allSchemas, - searchPage: ItemPackageApi.getItempackagingPage, - searchCondition: [ - { - key: 'itemCode', - value: 'itemCode', - message: '请选择订单行', - isMainValue: true - }, - { - key: 'available', - value: 'TRUE', - isMainValue: false - } - ], - verificationParams: [{ - key: 'packUnit', - action: '==', - value: '', - isMainValue: false, - isSearch: true, - isFormModel: true, - }], // 失去焦点校验参数 + // { + // label: '包装规格2', + // field: 'secondPackUnit', + // isTable: true, + // sort: 'custom', + // table: { + // width: 150 + // }, + // form: { + // componentProps: { + // enterSearch: true, + // disabled: true, + // isSearchList: true, + // searchListPlaceholder: '请选择包装', + // searchField: 'packUnit', + // searchTitle: '物品包装信息', + // searchAllSchemas: Itempackaging.allSchemas, + // searchPage: ItemPackageApi.getItempackagingPage, + // searchCondition: [ + // { + // key: 'itemCode', + // value: 'itemCode', + // message: '请选择订单行', + // isMainValue: true + // }, + // { + // key: 'available', + // value: 'TRUE', + // isMainValue: false + // } + // ], + // verificationParams: [{ + // key: 'packUnit', + // action: '==', + // value: '', + // isMainValue: false, + // isSearch: true, + // isFormModel: true, + // }], // 失去焦点校验参数 - } - }, - tableForm: { - enterSearch: true, - clearable: true, - disabled: true, - isInpuFocusShow: true, - searchListPlaceholder: '请选择包装', - searchField: 'packUnit', - searchTitle: '物品包装信息', - searchAllSchemas: Itempackaging.allSchemas, - searchPage: ItemPackageApi.getItempackagingPage, - searchCondition: [ - { - key: 'itemCode', - value: 'itemCode', - message: '请选择订单行', - isTableRowValue: true, - isMainValue:false - }, - { - key: 'available', - value: 'TRUE', - isMainValue: false - }], - verificationParams: [{ - key: 'packUnit', - action: '==', - value: '', - isMainValue: false, - isSearch: true, - isFormModel: true, - }], // 失去焦点校验参数 - } - }, - { - label: '包装数量2', - field: 'secondPackQty', - sort: 'custom', - table: { - width: 150 - }, - form: { - componentProps: { - } - }, - tableForm: { - } - }, - { - label: '入库存包装规格', - field: 'balancePackUnit', - sort: 'custom', - table: { - width: 150 - }, - form: { - componentProps: { - enterSearch: true, - disabled: true, - isSearchList: true, - searchListPlaceholder: '请选择包装', - searchField: 'packUnit', - searchTitle: '物品包装信息', - searchAllSchemas: Itempackaging.allSchemas, - searchPage: ItemPackageApi.getItempackagingPage, - searchCondition: [ - { - key: 'itemCode', - value: 'itemCode', - message: '请选择订单行', - isMainValue: true - }, - { - key: 'available', - value: 'TRUE', - isMainValue: false - } - ], - verificationParams: [{ - key: 'packUnit', - action: '==', - value: '', - isMainValue: false, - isSearch: true, - isFormModel: true, - }], // 失去焦点校验参数 + // } + // }, + // tableForm: { + // enterSearch: true, + // clearable: true, + // disabled: true, + // isInpuFocusShow: true, + // searchListPlaceholder: '请选择包装', + // searchField: 'packUnit', + // searchTitle: '物品包装信息', + // searchAllSchemas: Itempackaging.allSchemas, + // searchPage: ItemPackageApi.getItempackagingPage, + // searchCondition: [ + // { + // key: 'itemCode', + // value: 'itemCode', + // message: '请选择订单行', + // isTableRowValue: true, + // isMainValue:false + // }, + // { + // key: 'available', + // value: 'TRUE', + // isMainValue: false + // }], + // verificationParams: [{ + // key: 'packUnit', + // action: '==', + // value: '', + // isMainValue: false, + // isSearch: true, + // isFormModel: true, + // }], // 失去焦点校验参数 + // } + // }, + // { + // label: '包装数量2', + // field: 'secondPackQty', + // sort: 'custom', + // table: { + // width: 150 + // }, + // form: { + // componentProps: { + // } + // }, + // tableForm: { + // } + // }, + // { + // label: '入库存包装规格', + // field: 'balancePackUnit', + // sort: 'custom', + // table: { + // width: 150 + // }, + // form: { + // componentProps: { + // enterSearch: true, + // disabled: true, + // isSearchList: true, + // searchListPlaceholder: '请选择包装', + // searchField: 'packUnit', + // searchTitle: '物品包装信息', + // searchAllSchemas: Itempackaging.allSchemas, + // searchPage: ItemPackageApi.getItempackagingPage, + // searchCondition: [ + // { + // key: 'itemCode', + // value: 'itemCode', + // message: '请选择订单行', + // isMainValue: true + // }, + // { + // key: 'available', + // value: 'TRUE', + // isMainValue: false + // } + // ], + // verificationParams: [{ + // key: 'packUnit', + // action: '==', + // value: '', + // isMainValue: false, + // isSearch: true, + // isFormModel: true, + // }], // 失去焦点校验参数 - } - }, - tableForm: { - enterSearch: true, - disabled: true, - isInpuFocusShow: true, - searchListPlaceholder: '请选择包装', - searchField: 'packUnit', - searchTitle: '物品包装信息', - searchAllSchemas: Itempackaging.allSchemas, - searchPage: ItemPackageApi.getItempackagingPage, - searchCondition: [ - { - key: 'itemCode', - value: 'itemCode', - message: '请选择订单行', - isTableRowValue: true, - isMainValue:false - }, - { - key: 'available', - value: 'TRUE', - isMainValue: false - }], - verificationParams: [{ - key: 'packUnit', - action: '==', - value: '', - isMainValue: false, - isSearch: true, - isFormModel: true, - }], // 失去焦点校验参数 - } - }, + // } + // }, + // tableForm: { + // enterSearch: true, + // disabled: true, + // isInpuFocusShow: true, + // searchListPlaceholder: '请选择包装', + // searchField: 'packUnit', + // searchTitle: '物品包装信息', + // searchAllSchemas: Itempackaging.allSchemas, + // searchPage: ItemPackageApi.getItempackagingPage, + // searchCondition: [ + // { + // key: 'itemCode', + // value: 'itemCode', + // message: '请选择订单行', + // isTableRowValue: true, + // isMainValue:false + // }, + // { + // key: 'available', + // value: 'TRUE', + // isMainValue: false + // }], + // verificationParams: [{ + // key: 'packUnit', + // action: '==', + // value: '', + // isMainValue: false, + // isSearch: true, + // isFormModel: true, + // }], // 失去焦点校验参数 + // } + // }, { label: '是否线边', field: 'dataTypeLine',