diff --git a/src/components/resource/deleteResourceStore.vue b/src/components/resource/deleteResourceStore.vue index ce4a8ed39..a41607a88 100644 --- a/src/components/resource/deleteResourceStore.vue +++ b/src/components/resource/deleteResourceStore.vue @@ -52,7 +52,7 @@ export default { this.$emit('success') } catch (error) { console.error('删除物品失败:', error) - this.$message.error(this.$t('resourceStoreManage.deleteFailed')) + this.$message.error(error) } } } diff --git a/src/components/resource/deleteResourceStoreType.vue b/src/components/resource/deleteResourceStoreType.vue index bbcd422fc..fbb992a28 100644 --- a/src/components/resource/deleteResourceStoreType.vue +++ b/src/components/resource/deleteResourceStoreType.vue @@ -1,17 +1,17 @@  diff --git a/src/router/index.js b/src/router/index.js index 4799339d1..11b7551ae 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -734,20 +734,25 @@ const routes = [ component: () => import('@/views/report/printCommonReportTableList.vue') }, { - path:'/pages/property/printAllocationStorehouse', - name:'/pages/property/printAllocationStorehouse', + path: '/pages/property/printAllocationStorehouse', + name: '/pages/property/printAllocationStorehouse', component: () => import('@/views/resource/printAllocationStorehouseList.vue') - }, - { - path:'/pages/property/printAssetInventoryInStock', - name:'/pages/property/printAssetInventoryInStock', - component: () => import('@/views/resource/printAssetInventoryInStockList.vue') - }, - { - path: '/views/fee/printOweFee', - name: '/views/fee/printOweFee', - component: () => import('@/views/fee/printOweFeeList.vue') - }, + }, + { + path: '/pages/property/printAssetInventoryInStock', + name: '/pages/property/printAssetInventoryInStock', + component: () => import('@/views/resource/printAssetInventoryInStockList.vue') + }, + { + path: '/views/fee/printOweFee', + name: '/views/fee/printOweFee', + component: () => import('@/views/fee/printOweFeeList.vue') + }, + { + path: '/pages/property/printPurchaseApply', + name: '/views/resource/printPurchaseApply', + component: () => import('@/views/resource/printPurchaseApply.vue') + }, ] const router = new VueRouter({ diff --git a/src/views/resource/printPurchaseApply.vue b/src/views/resource/printPurchaseApply.vue new file mode 100644 index 000000000..580a084bd --- /dev/null +++ b/src/views/resource/printPurchaseApply.vue @@ -0,0 +1,232 @@ + + + + + + diff --git a/src/views/resource/purchaseApplyDetailLang.js b/src/views/resource/purchaseApplyDetailLang.js index 2016e300d..e8e8763ae 100644 --- a/src/views/resource/purchaseApplyDetailLang.js +++ b/src/views/resource/purchaseApplyDetailLang.js @@ -45,7 +45,12 @@ export const messages = { status: 'Status', handleTime: 'Handle Time', timeConsuming: 'Time Consuming', - opinion: 'Opinion' + opinion: 'Opinion', + cancel: 'Cancel', + time: 'Time', + manufacturerSignature: 'Manufacturer Signature', + purchaserSignature: 'Purchaser Signature', + remark: 'Remark' }, auditDiv: { workOrderProcessing: 'Work Order Processing', @@ -113,7 +118,12 @@ export const messages = { status: '状态', handleTime: '处理时间', timeConsuming: '耗时', - opinion: '意见' + opinion: '意见', + cancel: '取消', + time: '时间', + manufacturerSignature: '厂家签字', + purchaserSignature: '采购人员签字', + remark: '备注' }, auditDiv: { workOrderProcessing: '工单办理',