From 2dba2b1314f9f7757850ea33bb63d44a969b1fcf Mon Sep 17 00:00:00 2001 From: zhouzy062 Date: Fri, 22 Mar 2024 15:25:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9F=BA=E7=A1=80=E7=AE=A1=E7=90=86=E5=AF=BC?= =?UTF-8?q?=E5=87=BA=E6=8E=A5=E5=8F=A3=EF=BC=8C=E9=87=8D=E5=BA=86=E9=80=80?= =?UTF-8?q?=E6=96=99=E5=AE=A1=E6=89=B9=E9=A2=86=E6=96=99=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sgzb-ui/src/api/claimAndRefund/return.js | 9 + .../base/assetAttributeAllocation/index.vue | 6 +- .../base/assetAttributeManagement/index.vue | 6 +- sgzb-ui/src/views/base/comeAndGo/index.vue | 6 +- sgzb-ui/src/views/base/project/index.vue | 6 +- sgzb-ui/src/views/base/section/index.vue | 6 +- sgzb-ui/src/views/base/unit/index.vue | 6 +- .../claimAndRefund/receive/receiveApply.vue | 2 +- .../receiveByCq/receiveApplyAddByCq.vue | 9 + .../receiveByCq/receiveExamineByCq.vue | 4 +- .../return/returnApplyAddByCq.vue | 810 ++++++++++++++++++ .../claimAndRefund/return/returnApplyByCq.vue | 767 +++++++++++++++++ 12 files changed, 1616 insertions(+), 21 deletions(-) create mode 100644 sgzb-ui/src/views/claimAndRefund/return/returnApplyAddByCq.vue create mode 100644 sgzb-ui/src/views/claimAndRefund/return/returnApplyByCq.vue diff --git a/sgzb-ui/src/api/claimAndRefund/return.js b/sgzb-ui/src/api/claimAndRefund/return.js index 56c92bf0..c2011e62 100644 --- a/sgzb-ui/src/api/claimAndRefund/return.js +++ b/sgzb-ui/src/api/claimAndRefund/return.js @@ -103,6 +103,15 @@ export function submitBackApplyApi(data) { data: data }) } + +// 退料审核新增 +export function submitBackApplyApiByCq(data) { + return request({ + url: '/material/backApply/submitBackApplyByCq', + method: 'post', + data: data + }) +} // 退料审核-驳回重新提交 export function submitRefuseBackApply(data) { return request({ diff --git a/sgzb-ui/src/views/base/assetAttributeAllocation/index.vue b/sgzb-ui/src/views/base/assetAttributeAllocation/index.vue index fc3a53ad..8ec09757 100644 --- a/sgzb-ui/src/views/base/assetAttributeAllocation/index.vue +++ b/sgzb-ui/src/views/base/assetAttributeAllocation/index.vue @@ -373,9 +373,9 @@ export default { }, /** 导出按钮操作 */ handleExport() { - // this.download('system/user/export', { - // ...this.queryParams - // }, `user_${new Date().getTime()}.xlsx`) + this.download('base/maPropInfo/exportConfig', { + ...this.queryParams + }, `资产属性配置_${new Date().getTime()}.xlsx`) }, /** 导入按钮操作 */ handleImport() { diff --git a/sgzb-ui/src/views/base/assetAttributeManagement/index.vue b/sgzb-ui/src/views/base/assetAttributeManagement/index.vue index 9c20ed9c..f6935f69 100644 --- a/sgzb-ui/src/views/base/assetAttributeManagement/index.vue +++ b/sgzb-ui/src/views/base/assetAttributeManagement/index.vue @@ -283,9 +283,9 @@ export default { }, /** 导出按钮操作 */ handleExport() { - // this.download('system/dict/type/export', { - // ...this.queryParams - // }, `type_${new Date().getTime()}.xlsx`) + this.download('base/maPropInfo/export', { + ...this.queryParams + }, `资产属性_${new Date().getTime()}.xlsx`) }, /** 刷新缓存按钮操作 */ handleRefreshCache() { diff --git a/sgzb-ui/src/views/base/comeAndGo/index.vue b/sgzb-ui/src/views/base/comeAndGo/index.vue index ef09bbcb..a3c62849 100644 --- a/sgzb-ui/src/views/base/comeAndGo/index.vue +++ b/sgzb-ui/src/views/base/comeAndGo/index.vue @@ -403,9 +403,9 @@ export default { }, /** 导出按钮操作 */ handleExport() { - // this.download('system/dict/type/export', { - // ...this.queryParams - // }, `type_${new Date().getTime()}.xlsx`) + this.download('base/bmUnitInfo/export', { + ...this.queryParams + }, `往来单位_${new Date().getTime()}.xlsx`) }, } diff --git a/sgzb-ui/src/views/base/project/index.vue b/sgzb-ui/src/views/base/project/index.vue index 24ea74b3..8ddec4d4 100644 --- a/sgzb-ui/src/views/base/project/index.vue +++ b/sgzb-ui/src/views/base/project/index.vue @@ -315,9 +315,9 @@ export default { }, /** 导出按钮操作 */ handleExport() { - // this.download('system/dict/type/export', { - // ...this.queryParams - // }, `type_${new Date().getTime()}.xlsx`) + this.download('base/bmProjectInfo/export', { + ...this.queryParams + }, `工程项目_${new Date().getTime()}.xlsx`) }, /** 刷新缓存按钮操作 */ handleRefreshCache() { diff --git a/sgzb-ui/src/views/base/section/index.vue b/sgzb-ui/src/views/base/section/index.vue index ad993b19..e112ced0 100644 --- a/sgzb-ui/src/views/base/section/index.vue +++ b/sgzb-ui/src/views/base/section/index.vue @@ -410,9 +410,9 @@ export default { }, /** 导出按钮操作 */ handleExport() { - // this.download('system/dict/type/export', { - // ...this.queryParams - // }, `type_${new Date().getTime()}.xlsx`) + this.download('base/bmProjectLot/export', { + ...this.queryParams + }, `标段工程_${new Date().getTime()}.xlsx`) }, /** 刷新缓存按钮操作 */ handleRefreshCache() { diff --git a/sgzb-ui/src/views/base/unit/index.vue b/sgzb-ui/src/views/base/unit/index.vue index 466cecb0..2b75ee05 100644 --- a/sgzb-ui/src/views/base/unit/index.vue +++ b/sgzb-ui/src/views/base/unit/index.vue @@ -248,9 +248,9 @@ export default { }, /** 导出按钮操作 */ handleExport() { - // this.download('system/dict/type/export', { - // ...this.queryParams - // }, `type_${new Date().getTime()}.xlsx`) + this.download('/base/dic/export', { + ...this.queryParams + }, `单位类型_${new Date().getTime()}.xlsx`) }, } }; diff --git a/sgzb-ui/src/views/claimAndRefund/receive/receiveApply.vue b/sgzb-ui/src/views/claimAndRefund/receive/receiveApply.vue index e7b11fe3..7054f2f2 100644 --- a/sgzb-ui/src/views/claimAndRefund/receive/receiveApply.vue +++ b/sgzb-ui/src/views/claimAndRefund/receive/receiveApply.vue @@ -85,7 +85,7 @@ - + diff --git a/sgzb-ui/src/views/claimAndRefund/receiveByCq/receiveApplyAddByCq.vue b/sgzb-ui/src/views/claimAndRefund/receiveByCq/receiveApplyAddByCq.vue index 3e5b5d8a..d9e488bd 100644 --- a/sgzb-ui/src/views/claimAndRefund/receiveByCq/receiveApplyAddByCq.vue +++ b/sgzb-ui/src/views/claimAndRefund/receiveByCq/receiveApplyAddByCq.vue @@ -47,6 +47,15 @@ ref="deviceTypeCascader" filterable> + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 退料管理 + + + 保存 + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + diff --git a/sgzb-ui/src/views/claimAndRefund/return/returnApplyByCq.vue b/sgzb-ui/src/views/claimAndRefund/return/returnApplyByCq.vue new file mode 100644 index 00000000..adb63207 --- /dev/null +++ b/sgzb-ui/src/views/claimAndRefund/return/returnApplyByCq.vue @@ -0,0 +1,767 @@ + + + +