diff --git a/src/views/wms/inventoryjobManage/scrap/scrapRecordMain/scrapRecordMain.data.ts b/src/views/wms/inventoryjobManage/scrap/scrapRecordMain/scrapRecordMain.data.ts index 1cb0b24b1..fb8ee73db 100644 --- a/src/views/wms/inventoryjobManage/scrap/scrapRecordMain/scrapRecordMain.data.ts +++ b/src/views/wms/inventoryjobManage/scrap/scrapRecordMain/scrapRecordMain.data.ts @@ -213,33 +213,33 @@ export const ScrapRecordMain = useCrudSchemas( isForm:false, isTableForm:false, }, - { - label: 'Q1通知单号', - field: 'q1Number', - sort: 'custom', - table: { - width: 180 - }, - isSearch: false - }, - { - label: 'Q2通知单号', - field: 'q2Number', - sort: 'custom', - table: { - width: 180 - }, - isSearch: false - }, - { - label: 'Q3通知单号', - field: 'q3Number', - sort: 'custom', - table: { - width: 180 - }, - isSearch: false - }, + // { + // label: 'Q1通知单号', + // field: 'q1Number', + // sort: 'custom', + // table: { + // width: 180 + // }, + // isSearch: false + // }, + // { + // label: 'Q2通知单号', + // field: 'q2Number', + // sort: 'custom', + // table: { + // width: 180 + // }, + // isSearch: false + // }, + // { + // label: 'Q3通知单号', + // field: 'q3Number', + // sort: 'custom', + // table: { + // width: 180 + // }, + // isSearch: false + // }, { label: '申请时间', field: 'requestTime', diff --git a/src/views/wms/inventoryjobManage/scrap/scrapRequestMain/scrapRequestMain.data.ts b/src/views/wms/inventoryjobManage/scrap/scrapRequestMain/scrapRequestMain.data.ts index 06e20027a..0b56dc67f 100644 --- a/src/views/wms/inventoryjobManage/scrap/scrapRequestMain/scrapRequestMain.data.ts +++ b/src/views/wms/inventoryjobManage/scrap/scrapRequestMain/scrapRequestMain.data.ts @@ -420,141 +420,141 @@ export const ScrapRequestMain = useCrudSchemas( filterable: true } }, - { - label: 'Q1通知单号', - field: 'q1Number', - sort: 'custom', - isSearch: false, - isDetail: true, - table: { - width: 150 - }, - form: { - // labelMessage: '信息提示说明!!!', - componentProps: { - enterSearch: true, - // multiple: true, - isSearchList: true, // 开启查询弹窗 - searchListPlaceholder: '请选择Q1通知单号', // 输入框占位文本 - searchField: 'number', // 查询弹窗赋值字段 - searchTitle: 'Q1通知单号', // 查询弹窗标题 - searchAllSchemas: Q1.allSchemas, // 查询弹窗所需类 - searchPage: InspectionQ1Api.getQ1Page, // 查询弹窗所需分页方法 - searchCondition: [ - { - key: 'available', - value: 'TRUE', - isMainValue: false - }, - { - key: 'status', - value: '0', - isMainValue: false - } - ], - verificationParams: [ - { - key: 'number', - action: '==', - value: '', - isMainValue: false, - isSearch: true, - isFormModel: true - } - ] // 失去焦点校验参数 - } - } - }, - { - label: 'Q2通知单号', - field: 'q2Number', - sort: 'custom', - isSearch: false, - isDetail: true, - table: { - width: 150 - }, - form: { - // labelMessage: '信息提示说明!!!', - componentProps: { - enterSearch: true, - // multiple: true, - isSearchList: true, // 开启查询弹窗 - searchListPlaceholder: '请选择Q2通知单号', // 输入框占位文本 - searchField: 'number', // 查询弹窗赋值字段 - searchTitle: 'Q2通知单号', // 查询弹窗标题 - searchAllSchemas: Q2.allSchemas, // 查询弹窗所需类 - searchPage: InspectionQ2Api.getQ2Page, // 查询弹窗所需分页方法 - searchCondition: [ - { - key: 'available', - value: 'TRUE', - isMainValue: false - }, - { - key: 'status', - value: '0', - isMainValue: false - } - ], - verificationParams: [ - { - key: 'number', - action: '==', - value: '', - isMainValue: false, - isSearch: true, - isFormModel: true - } - ] // 失去焦点校验参数 - } - } - }, - { - label: 'Q3通知单号', - field: 'q3Number', - sort: 'custom', - isSearch: false, - isDetail: true, - table: { - width: 150 - }, - form: { - // labelMessage: '信息提示说明!!!', - componentProps: { - enterSearch: true, - // multiple: true, - isSearchList: true, // 开启查询弹窗 - searchListPlaceholder: '请选择Q3通知单号', // 输入框占位文本 - searchField: 'number', // 查询弹窗赋值字段 - searchTitle: 'Q3通知单号', // 查询弹窗标题 - searchAllSchemas: InspectionQ3Main.allSchemas, // 查询弹窗所需类 - searchPage: InspectionQ3Api.getInspectionQ3MainPage, // 查询弹窗所需分页方法 - searchCondition: [ - { - key: 'available', - value: 'TRUE', - isMainValue: false - }, - { - key: 'status', - value: '0', - isMainValue: false - } - ], - verificationParams: [ - { - key: 'number', - action: '==', - value: '', - isMainValue: false, - isSearch: true, - isFormModel: true - } - ] // 失去焦点校验参数 - } - } - }, + // { + // label: 'Q1通知单号', + // field: 'q1Number', + // sort: 'custom', + // isSearch: false, + // isDetail: true, + // table: { + // width: 150 + // }, + // form: { + // // labelMessage: '信息提示说明!!!', + // componentProps: { + // enterSearch: true, + // // multiple: true, + // isSearchList: true, // 开启查询弹窗 + // searchListPlaceholder: '请选择Q1通知单号', // 输入框占位文本 + // searchField: 'number', // 查询弹窗赋值字段 + // searchTitle: 'Q1通知单号', // 查询弹窗标题 + // searchAllSchemas: Q1.allSchemas, // 查询弹窗所需类 + // searchPage: InspectionQ1Api.getQ1Page, // 查询弹窗所需分页方法 + // searchCondition: [ + // { + // key: 'available', + // value: 'TRUE', + // isMainValue: false + // }, + // { + // key: 'status', + // value: '0', + // isMainValue: false + // } + // ], + // verificationParams: [ + // { + // key: 'number', + // action: '==', + // value: '', + // isMainValue: false, + // isSearch: true, + // isFormModel: true + // } + // ] // 失去焦点校验参数 + // } + // } + // }, + // { + // label: 'Q2通知单号', + // field: 'q2Number', + // sort: 'custom', + // isSearch: false, + // isDetail: true, + // table: { + // width: 150 + // }, + // form: { + // // labelMessage: '信息提示说明!!!', + // componentProps: { + // enterSearch: true, + // // multiple: true, + // isSearchList: true, // 开启查询弹窗 + // searchListPlaceholder: '请选择Q2通知单号', // 输入框占位文本 + // searchField: 'number', // 查询弹窗赋值字段 + // searchTitle: 'Q2通知单号', // 查询弹窗标题 + // searchAllSchemas: Q2.allSchemas, // 查询弹窗所需类 + // searchPage: InspectionQ2Api.getQ2Page, // 查询弹窗所需分页方法 + // searchCondition: [ + // { + // key: 'available', + // value: 'TRUE', + // isMainValue: false + // }, + // { + // key: 'status', + // value: '0', + // isMainValue: false + // } + // ], + // verificationParams: [ + // { + // key: 'number', + // action: '==', + // value: '', + // isMainValue: false, + // isSearch: true, + // isFormModel: true + // } + // ] // 失去焦点校验参数 + // } + // } + // }, + // { + // label: 'Q3通知单号', + // field: 'q3Number', + // sort: 'custom', + // isSearch: false, + // isDetail: true, + // table: { + // width: 150 + // }, + // form: { + // // labelMessage: '信息提示说明!!!', + // componentProps: { + // enterSearch: true, + // // multiple: true, + // isSearchList: true, // 开启查询弹窗 + // searchListPlaceholder: '请选择Q3通知单号', // 输入框占位文本 + // searchField: 'number', // 查询弹窗赋值字段 + // searchTitle: 'Q3通知单号', // 查询弹窗标题 + // searchAllSchemas: InspectionQ3Main.allSchemas, // 查询弹窗所需类 + // searchPage: InspectionQ3Api.getInspectionQ3MainPage, // 查询弹窗所需分页方法 + // searchCondition: [ + // { + // key: 'available', + // value: 'TRUE', + // isMainValue: false + // }, + // { + // key: 'status', + // value: '0', + // isMainValue: false + // } + // ], + // verificationParams: [ + // { + // key: 'number', + // action: '==', + // value: '', + // isMainValue: false, + // isSearch: true, + // isFormModel: true + // } + // ] // 失去焦点校验参数 + // } + // } + // }, { label: '状态', field: 'status', diff --git a/src/views/wms/moveManage/inventorymove/inventorymoveRequestMainOKHOLD/inventorymoveRequestMain.data.ts b/src/views/wms/moveManage/inventorymove/inventorymoveRequestMainOKHOLD/inventorymoveRequestMain.data.ts index eefc90ac6..a72180e9a 100644 --- a/src/views/wms/moveManage/inventorymove/inventorymoveRequestMainOKHOLD/inventorymoveRequestMain.data.ts +++ b/src/views/wms/moveManage/inventorymove/inventorymoveRequestMainOKHOLD/inventorymoveRequestMain.data.ts @@ -548,6 +548,9 @@ export const InventorymoveRequestMainRules = reactive({ fromWarehouseCode: [ { required: true, message: '请选择从仓库代码', trigger: 'blur' } ], + fromLocationCode: [ + { required: true, message: '请选择从库位代码', trigger: 'blur' } + ], toLocationCode: [ { required: true, message: '请选择到库位代码', trigger: 'change' } ],