From cbe820d66a16098127aee328b1523d3dc6d42f77 Mon Sep 17 00:00:00 2001 From: zhaoxuebing <1291173720@qq.com> Date: Tue, 23 Jul 2024 13:36:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../purchasereturnRecordSpareMain.data.ts | 291 +++++++++--------- 1 file changed, 144 insertions(+), 147 deletions(-) diff --git a/src/views/wms/purchasereceiptManage/purchasereturnspare/purchasereturnRecordSpareMain/purchasereturnRecordSpareMain.data.ts b/src/views/wms/purchasereceiptManage/purchasereturnspare/purchasereturnRecordSpareMain/purchasereturnRecordSpareMain.data.ts index ef0a33ad3..98ed4935a 100644 --- a/src/views/wms/purchasereceiptManage/purchasereturnspare/purchasereturnRecordSpareMain/purchasereturnRecordSpareMain.data.ts +++ b/src/views/wms/purchasereceiptManage/purchasereturnspare/purchasereturnRecordSpareMain/purchasereturnRecordSpareMain.data.ts @@ -10,7 +10,7 @@ export const PurchasereturnRecordMain = useCrudSchemas(reactive([ field: 'number', sort: 'custom', table: { - width: 180, + width: 190, fixed: 'left' }, sortTableDefault: 1012, @@ -22,71 +22,72 @@ export const PurchasereturnRecordMain = useCrudSchemas(reactive([ field: 'requestNumber', sort: 'custom', table: { - width: 180 - }, - isTable: false - }, - { - label: '任务单号', - field: 'jobNumber', - sort: 'custom', - table: { - width: 180 - }, - isTable: false - }, - { - label: '采购收货记录单号', - field: 'purchaseReceiptRecordNumber', - sort: 'custom', - table: { - width: 180 - }, - isSearch: true, - sortTableDefault: 3, - sortSearchDefault: 5, - }, { - label: 'qad采购退货记录单号', - field: 'qadPurchaseReturnRecordCode', - sort: 'custom', - table: { - width: 180 + width: 190 }, - sortSearchDefault:3, - sortTableDefault: 4, isTable: true }, - { - label: '发货单号', - field: 'asnNumber', - sort: 'custom', - table: { - width: 180 - }, - sortSearchDefault:3, - isSearch: true, - sortTableDefault: 2 - }, - { - label: '要货计划单号', - field: 'ppNumber', - sort: 'custom', - table: { - width: 180 - }, - isTable: false - }, - { - label: '供应商代码', - field: 'supplierCode', - sort: 'custom', - table: { - width: 150 - }, - sortTableDefault: 1, - sortSearchDefault:2, - isSearch: true - }, + // { + // label: '任务单号', + // field: 'jobNumber', + // sort: 'custom', + // table: { + // width: 180 + // }, + // isTable: false + // }, + // { + // label: '采购收货记录单号', + // field: 'purchaseReceiptRecordNumber', + // sort: 'custom', + // table: { + // width: 180 + // }, + // isSearch: true, + // sortTableDefault: 3, + // sortSearchDefault: 5, + // }, + // { + // label: 'qad采购退货记录单号', + // field: 'qadPurchaseReturnRecordCode', + // sort: 'custom', + // table: { + // width: 180 + // }, + // sortSearchDefault:3, + // sortTableDefault: 4, + // isTable: false + // }, + // { + // label: '发货单号', + // field: 'asnNumber', + // sort: 'custom', + // table: { + // width: 180 + // }, + // sortSearchDefault:3, + // isSearch: false, + // sortTableDefault: 2 + // }, + // { + // label: '要货计划单号', + // field: 'ppNumber', + // sort: 'custom', + // table: { + // width: 180 + // }, + // isTable: false + // }, + // { + // label: '供应商代码', + // field: 'supplierCode', + // sort: 'custom', + // table: { + // width: 150 + // }, + // sortTableDefault: 1, + // sortSearchDefault:2, + // isSearch: true + // }, { label: '从月台代码', field: 'fromDockCode', @@ -332,15 +333,14 @@ export const PurchasereturnRecordMain = useCrudSchemas(reactive([ width: 150 }, }, - // { - // label: '原因', - // field: 'available', - // sort: 'custom', - // table: { - // width: 150 - // }, - // isTable: true, - // }, + { + label: '原因', + field: 'available', + sort: 'custom', + table: { + width: 150 + }, + }, { label: '创建时间', field: 'createTime', @@ -352,7 +352,7 @@ export const PurchasereturnRecordMain = useCrudSchemas(reactive([ table: { width: 180 }, - isTable: true, + isTable: false, form: { component: 'DatePicker', componentProps: { @@ -371,16 +371,16 @@ export const PurchasereturnRecordMain = useCrudSchemas(reactive([ }, isTable: false, }, - { - label: '操作', - field: 'action', - isDetail: false, - isForm: false, - table: { - width: 150, - fixed: 'right' - }, - } + // { + // label: '操作', + // field: 'action', + // isDetail: false, + // isForm: false, + // table: { + // width: 150, + // fixed: 'right' + // }, + // } ])) //表单校验 @@ -460,29 +460,29 @@ export const PurchasereturnRecordDetail = useCrudSchemas(reactive( sortSearchDefault: 1002, sortTableDefault: 1001, }, - { - label: '包装规格', - field: 'packUnit', - dictClass: 'string', - isTable: true, - sort: 'custom', - table: { - width: 150 - }, - sortTableDefault: 1004, - }, - { - label: '包装数量', - field: 'packQty', - sort: 'custom', - table: { - width: 150 - }, - sortTableDefault: 1004, - form: { - component: 'InputNumber', - } - }, + // { + // label: '包装规格', + // field: 'packUnit', + // dictClass: 'string', + // isTable: true, + // sort: 'custom', + // table: { + // width: 150 + // }, + // sortTableDefault: 1004, + // }, + // { + // label: '包装数量', + // field: 'packQty', + // sort: 'custom', + // table: { + // width: 150 + // }, + // sortTableDefault: 1004, + // form: { + // component: 'InputNumber', + // } + // }, { label: '退货数量', field: 'qty', @@ -619,26 +619,26 @@ export const PurchasereturnRecordDetail = useCrudSchemas(reactive( // sortTableDefault: 1010, // hiddenInMain: true // }, - { - label: '从货主代码', - field: 'fromOwnerCode', - sort: 'custom', - table: { - width: 150 - }, - sortTableDefault: 1010, - hiddenInMain: true - }, - { - label: '到货主代码', - field: 'toOwnerCode', - sort: 'custom', - table: { - width: 150 - }, - sortTableDefault: 1010, - hiddenInMain: true - }, + // { + // label: '从货主代码', + // field: 'fromOwnerCode', + // sort: 'custom', + // table: { + // width: 150 + // }, + // sortTableDefault: 1010, + // hiddenInMain: true + // }, + // { + // label: '到货主代码', + // field: 'toOwnerCode', + // sort: 'custom', + // table: { + // width: 150 + // }, + // sortTableDefault: 1010, + // hiddenInMain: true + // }, { label: '库存状态', field: 'inventoryStatus', @@ -652,24 +652,24 @@ export const PurchasereturnRecordDetail = useCrudSchemas(reactive( sortTableDefault: 1008, hiddenInMain: true }, - { - label: '订单号', - field: 'poNumber', - sort: 'custom', - table: { - width: 150 - }, - sortTableDefault: 4, - }, - { - label: '订单行', - field: 'poLine', - sort: 'custom', - table: { - width: 150 - }, - sortTableDefault: 5, - }, + // { + // label: '订单号', + // field: 'poNumber', + // sort: 'custom', + // table: { + // width: 150 + // }, + // sortTableDefault: 4, + // }, + // { + // label: '订单行', + // field: 'poLine', + // sort: 'custom', + // table: { + // width: 150 + // }, + // sortTableDefault: 5, + // }, { label: '单据号', field: 'number', @@ -841,7 +841,6 @@ export const PurchasereturnRecordDetail = useCrudSchemas(reactive( width: 150 }, sortTableDefault: 1014, - hiddenInMain: true, }, { label: '创建时间', @@ -854,7 +853,6 @@ export const PurchasereturnRecordDetail = useCrudSchemas(reactive( table: { width: 180 }, - hiddenInMain: true, sortTableDefault: 1014, form: { component: 'DatePicker', @@ -865,7 +863,6 @@ export const PurchasereturnRecordDetail = useCrudSchemas(reactive( } }, }, - ])) //表单校验