From b98cd9ce019144ce8c4608ad2b0668d2e265042f Mon Sep 17 00:00:00 2001 From: zhaoxuebing <1291173720@qq.com> Date: Sat, 12 Oct 2024 14:13:00 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=BA=E9=99=B7HL-6157=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../purchasereturnRequestSpareMain.data.ts | 87 +++++++------------ 1 file changed, 32 insertions(+), 55 deletions(-) diff --git a/src/views/wms/purchasereceiptManage/purchasereturnspare/purchasereturnRequestSpareMain/purchasereturnRequestSpareMain.data.ts b/src/views/wms/purchasereceiptManage/purchasereturnspare/purchasereturnRequestSpareMain/purchasereturnRequestSpareMain.data.ts index afdb1d58f..07aabeff0 100644 --- a/src/views/wms/purchasereceiptManage/purchasereturnspare/purchasereturnRequestSpareMain/purchasereturnRequestSpareMain.data.ts +++ b/src/views/wms/purchasereceiptManage/purchasereturnspare/purchasereturnRequestSpareMain/purchasereturnRequestSpareMain.data.ts @@ -174,6 +174,14 @@ export const PurchasereturnRequestMain = useCrudSchemas(reactive([ } } }, + { + label: '供应商代码', + field: 'supplierCode', + sort: 'custom', + table: { + width: 150 + }, + }, // { // label: '供应商代码', // field: 'supplierCode', @@ -681,61 +689,30 @@ export const PurchasereturnRequestMainRules = reactive({ * @returns {Array} 采购退货申请子表 */ export const PurchasereturnRequestDetail = useCrudSchemas(reactive([ - // { - // label: '订单号', - // field: 'poNumber', - // sort: 'custom', - // table: { - // width: 150 - // }, - // tableForm:{ - // disabled:true - // }, - // form: { - // componentProps:{ - // disabled:true - // } - // } - // }, - // { - // label: '订单行', - // field: 'poLine', - // sort: 'custom', - // table: { - // width: 150 - // }, - // tableForm:{ - // isInpuFocusShow: false, // 开启查询弹窗 - // searchListPlaceholder: '请选择订单行', - // searchField: 'poLine', - // searchTitle: '采购收货记录信息', - // searchAllSchemas: PurchasereceiptRecordDetail.allSchemas, - // searchPage: PurchasereceiptRecordDetailApi.getPurchasereceiptRecordDetailPage, - // searchCondition: [{ - // key: 'number', - // value: 'purchaseReceiptRecordNumber', - // message: '请填写采购收货记录号!', - // isMainValue: true - // }] - // }, - // form: { - // // labelMessage: '信息提示说明!!!', - // componentProps: { - // isSearchList: false, - // searchListPlaceholder: '请选择订单行', - // searchField: 'poLine', - // searchTitle: '采购收货记录信息', - // searchAllSchemas: PurchasereceiptRecordDetail.allSchemas, - // searchPage: PurchasereceiptRecordDetailApi.getPurchasereceiptRecordDetailPage, - // searchCondition: [{ - // key: 'number', - // value: 'purchaseReceiptRecordNumber', - // message: '请填写采购收货记录号!', - // isMainValue: true - // }] - // } - // }, - // }, + { + label: '订单号', + field: 'poNumber', + sort: 'custom', + table: { + width: 150 + }, + tableForm:{ + disabled:true + }, + form: { + componentProps:{ + disabled:true + } + } + }, + { + label: '订单行', + field: 'poLine', + sort: 'custom', + table: { + width: 150 + }, + }, { label: '物料代码', field: 'itemCode',