From 49db404cade074bee7376da4e2982fd0b5e25b3e Mon Sep 17 00:00:00 2001 From: "YEJIAXING-PC\\lenovo" <591141169@qq.com> Date: Thu, 21 Nov 2024 11:58:18 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=87=E8=B4=AD=E7=B4=A2=E8=B5=94=E8=AE=B0?= =?UTF-8?q?=E5=BD=95=E4=BD=BF=E7=94=A8=E7=AD=9B=E9=80=89=E4=B9=8B=E5=90=8E?= =?UTF-8?q?=E7=9A=84=E6=9F=A5=E8=AF=A2=E7=BB=93=E6=9E=9C=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E4=B8=8D=E6=AD=A3=E7=A1=AE=20YT-1170?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../supplierdeliverRequestMain/index.vue | 2 +- .../PurchaseClaimRecordMain.data.ts | 24 +++---------------- 2 files changed, 4 insertions(+), 22 deletions(-) diff --git a/src/views/wms/purchasereceiptManage/supplierdeliver/supplierdeliverRequestMain/index.vue b/src/views/wms/purchasereceiptManage/supplierdeliver/supplierdeliverRequestMain/index.vue index c0e6c31d8..af62834b8 100644 --- a/src/views/wms/purchasereceiptManage/supplierdeliver/supplierdeliverRequestMain/index.vue +++ b/src/views/wms/purchasereceiptManage/supplierdeliver/supplierdeliverRequestMain/index.vue @@ -1239,7 +1239,7 @@ const print = async () => { // 单据打印 // const documentSrc = ref(BASE_URL + '/jmreport/view/884680688168280064?token=' + getAccessToken()) -const documentSrc = ref(BASE_URL + '/jmreport/view/932556833517789184?token=' + getAccessToken()) +const documentSrc = ref(BASE_URL + '/jmreport/view/1019060741381099520?token=' + getAccessToken()) const handleDocumentPrint = async (id) => { window.open(documentSrc.value + '&id=' + id) } diff --git a/src/views/wms/supplierManage/purchaseClaim/purchaseClaimRecord/PurchaseClaimRecordMain.data.ts b/src/views/wms/supplierManage/purchaseClaim/purchaseClaimRecord/PurchaseClaimRecordMain.data.ts index e82be6e6c..1a2c05a4f 100644 --- a/src/views/wms/supplierManage/purchaseClaim/purchaseClaimRecord/PurchaseClaimRecordMain.data.ts +++ b/src/views/wms/supplierManage/purchaseClaim/purchaseClaimRecord/PurchaseClaimRecordMain.data.ts @@ -26,7 +26,7 @@ export const PurchaseClaimRecordMain = useCrudSchemas(reactive([ isSearch: true, isForm: false, table: { - width: 150 + width: 180 }, }, { @@ -36,7 +36,7 @@ export const PurchaseClaimRecordMain = useCrudSchemas(reactive([ isSearch: true, isForm: false, table: { - width: 150 + width: 180 }, }, { @@ -119,7 +119,7 @@ export const PurchaseClaimRecordMain = useCrudSchemas(reactive([ } }, table: { - width: 180 + width: 200 }, }, { @@ -211,8 +211,6 @@ export const PurchaseClaimRecordDetail = useCrudSchemas(reactive([ sort: 'custom', isSearch: false, table: { - width: 150, - }, tableForm:{ multiple:false,//多选 @@ -291,7 +289,6 @@ export const PurchaseClaimRecordDetail = useCrudSchemas(reactive([ field: 'itemName', sort: 'custom', table: { - width: 150 }, tableForm: { disabled:true, @@ -307,7 +304,6 @@ export const PurchaseClaimRecordDetail = useCrudSchemas(reactive([ isSearch: false, isTable: true, table: { - width: 110 }, tableForm: { disabled:true, @@ -321,7 +317,6 @@ export const PurchaseClaimRecordDetail = useCrudSchemas(reactive([ isSearch: false, isTable: true, table: { - width: 110 }, tableForm: { type: 'InputNumber', @@ -336,24 +331,11 @@ export const PurchaseClaimRecordDetail = useCrudSchemas(reactive([ isSearch: false, isTable: true, table: { - width: 110 }, tableForm: { type: 'InputNumber', min: 0, precision: 5 } - }, - { - label: '操作', - field: 'action', - isDetail: false, - isForm: false, - hiddenInMain:true, - table: { - width: 150, - fixed: 'right' - }, - isTableForm: false, } ]))