From 49438d04cbc485a09001fe9c7d4d743967170d7d Mon Sep 17 00:00:00 2001 From: chenqf <584883665@139.com> Date: Sun, 6 Mar 2022 19:19:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B9=B3=E5=8F=B0=E9=AA=8C=E8=AF=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/receipts/unitMaintain.js | 1 + src/views/product/UnitManage.vue | 180 +++++++++++++++++++++++++++++-- 2 files changed, 173 insertions(+), 8 deletions(-) diff --git a/src/api/receipts/unitMaintain.js b/src/api/receipts/unitMaintain.js index b491013..02cf815 100644 --- a/src/api/receipts/unitMaintain.js +++ b/src/api/receipts/unitMaintain.js @@ -43,3 +43,4 @@ export function modifyUnit(query) { + diff --git a/src/views/product/UnitManage.vue b/src/views/product/UnitManage.vue index 80cef46..56b0495 100644 --- a/src/views/product/UnitManage.vue +++ b/src/views/product/UnitManage.vue @@ -55,6 +55,12 @@ size="small" @click.native.stop="handleModifyClick(scope.row)" >编辑 + 关联自助平台 + + + + +
+ + + + + + +
+
+ + +
+ + +
+ + + +
+
+
+ + +
+ + + +
+
+
+
+ + +
+ + + + + + + @@ -149,7 +242,10 @@ import { modifyUnit, deleteUnitMaintain, } from "../../api/receipts/unitMaintain"; - +import { + getPlatform, + linkPlatform, +} from "../../api/auth/platform"; export default { data() { return { @@ -166,16 +262,31 @@ export default { spell: null, creditNo: null, }, + editLogin: { + platformId: null, + platformUsername: null, + platformPassword: null, + appid: null, + appKey: null, + sceretKey: null, + }, + editPlatfromQuery: { + id: null, + name: null, + host: null, + }, + platformVisible: false, + editLoginVisible: false, checked: false, editDialogVisible: false, list: [], + platformList: [], total: 0, multipleSelection: [], rules: { name: [ { required: true, message: "请输入往来单位名称", trigger: "change" }, ], - spell: [ { required: true, message: "请输入往来单位简写", trigger: "change" }, ], @@ -183,10 +294,23 @@ export default { { required: true, message: "请输入社会信用号", trigger: "change" }, ], }, + platformRules: { + platformId: [ + { required: true, message: "请选择自助平台", trigger: "change" }, + ], + userName: [ + { required: true, message: "请输入账号", trigger: "change" }, + ], + password: [ + { required: true, message: "请输入密码", trigger: "change" }, + ], + + }, editType: 0, editTypeMap: { 0: "新增往来单位", 1: "编辑往来单位", + 2: "关联自助平台", }, }; }, @@ -217,7 +341,19 @@ export default { this.total = 0; }); }, - + //获取自助平台数据 + getPlatformList() { + this.loading = true; + getPlatform() + .then((response) => { + this.loading = false; + this.platformList = response.data.list || []; + }) + .catch(() => { + this.loading = false; + this.platformList = []; + }); + }, deleteUnit(data) { this.loading = true; let tquery = { @@ -239,14 +375,19 @@ export default { cancelDialog() { this.editDialogVisible = false; + this.editLoginVisible = false; }, - + handleModifyClick(row) { this.editType = 1; this.editDialogVisible = true; this.editQuery = row; }, - + handleLinkClick(row) { + this.editType = 2; + this.editLoginVisible = true; + this.editLogin = row; + }, handleAddClick() { this.editType = 0; this.editDialogVisible = true; @@ -311,7 +452,9 @@ export default { } }); }, - + intentPlatform(value) { + this.editPlatfromQuery.id = value; + }, deleteDialog(rowId) { this.$confirm("此操作将永久删除该产品信息, 是否继续?", "提示", { confirmButtonText: "确定", @@ -323,7 +466,28 @@ export default { }) .catch(() => {}); }, - + linkSubmit() { + this.$refs["editLogin"].validate((valid) => { + if (valid) { + linkPlatform(this.editLogin) + .then((response) => { + if (response.code == 20000) { + this.getList(); + this.$message({ + type: "success", + message: "关联成功", + }); + this.cancelDialog(); + } else { + this.$message.error(response.message); + } + }) + .catch(() => {}); + + } + }); + }, + exportTxt() {}, handleSelectionChange(val) { @@ -339,7 +503,7 @@ export default { mounted() {}, created() { this.getList(); - + this.getPlatformList(); var pinyin = require("pinyin"); console.log( pinyin("中心", {