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, } ]))