From 25137a0fb4a516cc464d857f03478742e528dc64 Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Mon, 29 Jul 2024 11:49:26 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=93=E7=AE=97=E9=A1=B5=E9=9D=A2=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../claimAndreturn/picking/outbound/index.vue | 16 +++++-- .../return/apply/component/addReturn1.vue | 15 ++++++- .../cost/csotSettlement/costApplyList.vue | 45 ++++++++++++------- sgzb-ui/vue.config.js | 4 +- 4 files changed, 57 insertions(+), 23 deletions(-) diff --git a/sgzb-ui/src/views/claimAndreturn/picking/outbound/index.vue b/sgzb-ui/src/views/claimAndreturn/picking/outbound/index.vue index 75088a6a..1612b05e 100644 --- a/sgzb-ui/src/views/claimAndreturn/picking/outbound/index.vue +++ b/sgzb-ui/src/views/claimAndreturn/picking/outbound/index.vue @@ -295,8 +295,7 @@ size="mini" type="primary" v-if=" - (scope.row.manageType == 1 || - scope.row.manageType == 2) && + scope.row.manageType == 1 && scope.row.status != 2 " @click="numOut(scope.row)" @@ -389,7 +388,9 @@ align="center" width="80" type="index" - :index="indexContinuation(outQuery.pageNum, outQuery.pageSize)" + :index=" + indexContinuation(outQuery.pageNum, outQuery.pageSize) + " > + 结算中 + 已结算 @@ -200,7 +207,7 @@ export default { data() { return { // 遮罩层 - loading: true, + // loading: true, // 选中数组 ids: [], // 非单个禁用 @@ -217,12 +224,15 @@ export default { projectList: [], statusList: [ { id: '0', name: '请选择' }, - { id: '1', name: '未结算' }, + { id: '1', name: '结算中' }, { id: '2', name: '已结算' }, - { id: '3', name: '待审核' }, ], //集合 // 表格数据 - agreementList: [], + agreementList: [ + { + agreementCode: '测试', + }, + ], // 弹出层标题 title: '', // 是否显示弹出层 @@ -320,6 +330,11 @@ export default { handleBatchExport() { console.log('批量导出月结明细表') + if (this.ids.length < 1) { + this.$message.error('请勾选需要导出的数据!') + return + } + this.exportDialogVisible = true }, /** 关闭弹框 */ diff --git a/sgzb-ui/vue.config.js b/sgzb-ui/vue.config.js index ce3fccef..132a03ff 100644 --- a/sgzb-ui/vue.config.js +++ b/sgzb-ui/vue.config.js @@ -42,12 +42,12 @@ module.exports = { // target: `https://test-cc.zhgkxt.com`,//线上环境-南网 // target: `https://z.csgmall.com.cn`, - // target: `http://192.168.2.167:28080`, //超 + target: `http://192.168.2.134:39080`, //超 // target: `http://10.40.92.81:8080`, //韩/ // target: `http://10.40.92.74:8080`,//旭/ // target: `http://10.40.92.138:28080`, //帅 // target: `http://10.40.92.253:28080`, //福 - target: `http://192.168.2.120:39080`, //跃 + // target: `http://192.168.2.120:39080`, //跃 //******** 注意事项 ********* */ //1.全局替换qrUrl二维码扫码提供的网址-发布服务器的地址target;