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("中心", {