|
|
|
@ -14,10 +14,12 @@
|
|
|
|
|
@click="onReset"
|
|
|
|
|
></el-button>
|
|
|
|
|
<el-button type="primary" icon="search" @click="getList"
|
|
|
|
|
>查询</el-button
|
|
|
|
|
>查询
|
|
|
|
|
</el-button
|
|
|
|
|
>
|
|
|
|
|
<el-button type="primary" icon="search" @click="handleAddClick"
|
|
|
|
|
>添加往来单位信息</el-button
|
|
|
|
|
>添加往来单位信息
|
|
|
|
|
</el-button
|
|
|
|
|
>
|
|
|
|
|
</el-button-group>
|
|
|
|
|
</el-form-item>
|
|
|
|
@ -54,19 +56,22 @@
|
|
|
|
|
type="text"
|
|
|
|
|
size="small"
|
|
|
|
|
@click.native.stop="handleModifyClick(scope.row)"
|
|
|
|
|
>编辑</el-button
|
|
|
|
|
>编辑
|
|
|
|
|
</el-button
|
|
|
|
|
>
|
|
|
|
|
<el-button
|
|
|
|
|
type="text"
|
|
|
|
|
size="small"
|
|
|
|
|
@click.native.stop="handleLinkClick(scope.row)"
|
|
|
|
|
>关联自助平台</el-button
|
|
|
|
|
>关联自助平台
|
|
|
|
|
</el-button
|
|
|
|
|
>
|
|
|
|
|
<el-button
|
|
|
|
|
type="text"
|
|
|
|
|
size="small"
|
|
|
|
|
@click.native.stop="deleteDialog(scope.row)"
|
|
|
|
|
>删除</el-button
|
|
|
|
|
>删除
|
|
|
|
|
</el-button
|
|
|
|
|
>
|
|
|
|
|
</template>
|
|
|
|
|
</el-table-column>
|
|
|
|
@ -141,45 +146,146 @@
|
|
|
|
|
<div slot="footer" class="dialog-footer">
|
|
|
|
|
<el-button @click.native="cancelDialog" size="small">取消</el-button>
|
|
|
|
|
<el-button type="primary" size="small" @click.native="formSubmit()"
|
|
|
|
|
>提交</el-button
|
|
|
|
|
>提交
|
|
|
|
|
</el-button
|
|
|
|
|
>
|
|
|
|
|
</div>
|
|
|
|
|
</el-dialog>
|
|
|
|
|
<el-dialog
|
|
|
|
|
:title="editTypeMap[editType]"
|
|
|
|
|
:visible.sync="editLoginVisible"
|
|
|
|
|
width="60%"
|
|
|
|
|
width="70%"
|
|
|
|
|
>
|
|
|
|
|
<el-form :model="editLogin" ref="editLogin" :rules="platformRules">
|
|
|
|
|
<el-form :model="editLogin" ref="editSumit" :rules="platformRules">
|
|
|
|
|
<el-row :gutter="20" class="el-row" type="flex">
|
|
|
|
|
<el-col :span="10" class="el-col" type="flex">
|
|
|
|
|
<el-col :span="14" class="el-col" type="flex">
|
|
|
|
|
<div class="edit-text">
|
|
|
|
|
<el-form-item label="自助平台名称:" prop="platformId">
|
|
|
|
|
<!-- <el-form-item label="自助平台名称:" prop="platformId">-->
|
|
|
|
|
<!-- <el-select-->
|
|
|
|
|
<!-- v-model="editLogin.platformId"-->
|
|
|
|
|
<!-- style="width: 70%"-->
|
|
|
|
|
<!-- @change="intentPlatform"-->
|
|
|
|
|
<!-- placeholder="请选择自助平台"-->
|
|
|
|
|
<!-- >-->
|
|
|
|
|
<!-- <el-option-->
|
|
|
|
|
<!-- v-for="item in platformList"-->
|
|
|
|
|
<!-- :key="item.platformId"-->
|
|
|
|
|
<!-- :label="item.name"-->
|
|
|
|
|
<!-- :value="item.id"-->
|
|
|
|
|
<!-- >-->
|
|
|
|
|
<!-- </el-option>-->
|
|
|
|
|
<!-- </el-select>-->
|
|
|
|
|
<!-- </el-form-item>-->
|
|
|
|
|
<el-form-item label="自助平台名称" prop="thirdId">
|
|
|
|
|
<el-input
|
|
|
|
|
v-model="editLogin.platformName"
|
|
|
|
|
style="width: 70%"
|
|
|
|
|
size="small"
|
|
|
|
|
></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</div>
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="4" class="el-col" type="flex" style="margin-top: 10px">
|
|
|
|
|
<el-button type="primary" icon="search" @click="handSelectPlat" size="mini"
|
|
|
|
|
>选择自助平台
|
|
|
|
|
</el-button
|
|
|
|
|
>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
<el-row :gutter="20" class="el-row" type="flex">
|
|
|
|
|
<el-col :span="18" class="el-col" type="flex">
|
|
|
|
|
<div class="text item">
|
|
|
|
|
<el-form-item label="本平台单据类型:" prop="targetAction">
|
|
|
|
|
<el-select
|
|
|
|
|
v-model="editLogin.platformId"
|
|
|
|
|
style="width: 94%"
|
|
|
|
|
v-model="editLogin.sourceAction"
|
|
|
|
|
style="width: 70%"
|
|
|
|
|
disabled
|
|
|
|
|
@change="intentPlatform"
|
|
|
|
|
placeholder="请选择自助平台"
|
|
|
|
|
placeholder="请选择本平台单据类型"
|
|
|
|
|
>
|
|
|
|
|
<el-option
|
|
|
|
|
v-for="item in platformList"
|
|
|
|
|
:key="item.platformId"
|
|
|
|
|
v-for="item in busTypes"
|
|
|
|
|
:key="item.action"
|
|
|
|
|
:label="item.name"
|
|
|
|
|
:value="item.id"
|
|
|
|
|
:value="item.action"
|
|
|
|
|
>
|
|
|
|
|
</el-option>
|
|
|
|
|
</el-select>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</div>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
<el-row :gutter="20" class="el-row" type="flex">
|
|
|
|
|
<el-col :span="18" class="el-col" type="flex">
|
|
|
|
|
<div class="text item">
|
|
|
|
|
<el-form-item label="自助平台单据类型:" prop="targetAction">
|
|
|
|
|
<el-select
|
|
|
|
|
v-model="editLogin.targetAction"
|
|
|
|
|
style="width: 70%"
|
|
|
|
|
@change="intentPlatform"
|
|
|
|
|
placeholder="请选择自助平台单据类型"
|
|
|
|
|
>
|
|
|
|
|
<el-option
|
|
|
|
|
v-for="item in platTypes"
|
|
|
|
|
:key="item.action"
|
|
|
|
|
:label="item.name"
|
|
|
|
|
:value="item.action"
|
|
|
|
|
>
|
|
|
|
|
</el-option>
|
|
|
|
|
</el-select>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</div>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
</el-form>
|
|
|
|
|
|
|
|
|
|
<div slot="footer" class="dialog-footer">
|
|
|
|
|
<el-button @click.native.stop="cancelEditDialog" size="small">取消</el-button>
|
|
|
|
|
<el-button type="primary" size="small" @click.native="editSubmit()"
|
|
|
|
|
>提交
|
|
|
|
|
</el-button
|
|
|
|
|
>
|
|
|
|
|
</div>
|
|
|
|
|
</el-dialog>
|
|
|
|
|
<el-dialog title="选择自助平台" :visible.sync="platformVisible" width="35%">
|
|
|
|
|
<el-table
|
|
|
|
|
v-loading="loading"
|
|
|
|
|
@row-click="intentPlatform"
|
|
|
|
|
:data="platformList"
|
|
|
|
|
style="width: 100%"
|
|
|
|
|
>
|
|
|
|
|
<el-table-column
|
|
|
|
|
label="序号"
|
|
|
|
|
type="index"
|
|
|
|
|
width="80"
|
|
|
|
|
></el-table-column>
|
|
|
|
|
<el-table-column
|
|
|
|
|
label="自助平台名称"
|
|
|
|
|
prop="name"
|
|
|
|
|
width="140"
|
|
|
|
|
></el-table-column>
|
|
|
|
|
<el-table-column label="操作" width="120" fixed="right">
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
<el-button
|
|
|
|
|
type="text"
|
|
|
|
|
size="small"
|
|
|
|
|
@click.native.stop="loginDialog(scope.row)"
|
|
|
|
|
>选入
|
|
|
|
|
</el-button
|
|
|
|
|
>
|
|
|
|
|
</template>
|
|
|
|
|
</el-table-column>
|
|
|
|
|
</el-table>
|
|
|
|
|
</el-dialog>
|
|
|
|
|
|
|
|
|
|
</el-row>
|
|
|
|
|
<el-dialog title="权限验证" :visible.sync="loginDialogVisible" ref="editLogin" width="35%">
|
|
|
|
|
<el-form>
|
|
|
|
|
<el-row :gutter="20" class="el-row" type="flex">
|
|
|
|
|
<el-col :span="10" class="el-col" type="flex">
|
|
|
|
|
<el-col :span="18" class="el-col" type="flex">
|
|
|
|
|
<div class="text item">
|
|
|
|
|
<el-form-item label="账号:" prop="platformUsername">
|
|
|
|
|
<el-input
|
|
|
|
|
:disabled="platformEdit"
|
|
|
|
|
v-model="editLogin.platformUsername"
|
|
|
|
|
style="width: 80%"
|
|
|
|
|
size="small"
|
|
|
|
@ -190,47 +296,31 @@
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
<el-row :gutter="20" class="el-row" type="flex">
|
|
|
|
|
<el-col :span="10" class="el-col" type="flex">
|
|
|
|
|
<el-col :span="18" class="el-col" type="flex">
|
|
|
|
|
<div class="text item">
|
|
|
|
|
<el-form-item label="密码:" prop="platformPassword">
|
|
|
|
|
<el-input
|
|
|
|
|
:disabled="platformEdit"
|
|
|
|
|
v-model="editLogin.platformPassword"
|
|
|
|
|
style="width: 80%"
|
|
|
|
|
size="small"
|
|
|
|
|
type="password"
|
|
|
|
|
@input="change()"
|
|
|
|
|
></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</div>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
</el-form>
|
|
|
|
|
|
|
|
|
|
</el-form>
|
|
|
|
|
<div slot="footer" class="dialog-footer">
|
|
|
|
|
<el-button @click.native.stop="cancelDialog" size="small">取消</el-button>
|
|
|
|
|
<el-button type="primary" size="small" @click.native="linkSubmit()"
|
|
|
|
|
>提交</el-button
|
|
|
|
|
>提交
|
|
|
|
|
</el-button
|
|
|
|
|
>
|
|
|
|
|
</div>
|
|
|
|
|
</el-dialog>
|
|
|
|
|
<el-dialog title="选择自助平台" :visible.sync="platformVisible" width="35%">
|
|
|
|
|
<el-table
|
|
|
|
|
v-loading="loading"
|
|
|
|
|
@row-click="intentPlatform"
|
|
|
|
|
:data="platformList"
|
|
|
|
|
style="width: 100%"
|
|
|
|
|
>
|
|
|
|
|
<el-table-column
|
|
|
|
|
label="序号"
|
|
|
|
|
type="index"
|
|
|
|
|
width="80"
|
|
|
|
|
></el-table-column>
|
|
|
|
|
<el-table-column
|
|
|
|
|
label="自助平台名称"
|
|
|
|
|
prop="name"
|
|
|
|
|
width="140"
|
|
|
|
|
></el-table-column>
|
|
|
|
|
|
|
|
|
|
</el-table>
|
|
|
|
|
</el-dialog>
|
|
|
|
|
</div>
|
|
|
|
|
</template>
|
|
|
|
@ -243,9 +333,11 @@ import {
|
|
|
|
|
deleteUnitMaintain,
|
|
|
|
|
} from "../../api/receipts/unitMaintain";
|
|
|
|
|
import {
|
|
|
|
|
getPlatform,
|
|
|
|
|
getPlatform, getPlatformBusTypes,
|
|
|
|
|
linkPlatform,
|
|
|
|
|
} from "../../api/auth/platform";
|
|
|
|
|
import {getBusType} from "@/api/warehouse/BusRole";
|
|
|
|
|
|
|
|
|
|
export default {
|
|
|
|
|
data() {
|
|
|
|
|
return {
|
|
|
|
@ -269,6 +361,8 @@ export default {
|
|
|
|
|
appid: null,
|
|
|
|
|
appKey: null,
|
|
|
|
|
sceretKey: null,
|
|
|
|
|
targetAction: null,
|
|
|
|
|
sourceAction: null,
|
|
|
|
|
},
|
|
|
|
|
editPlatfromQuery: {
|
|
|
|
|
id: null,
|
|
|
|
@ -279,32 +373,32 @@ export default {
|
|
|
|
|
editLoginVisible: false,
|
|
|
|
|
checked: false,
|
|
|
|
|
editDialogVisible: false,
|
|
|
|
|
loginDialogVisible: false,
|
|
|
|
|
list: [],
|
|
|
|
|
platformList: [],
|
|
|
|
|
platTypes: [],
|
|
|
|
|
busTypes: [],
|
|
|
|
|
total: 0,
|
|
|
|
|
multipleSelection: [],
|
|
|
|
|
platformEdit: false,
|
|
|
|
|
rules: {
|
|
|
|
|
name: [
|
|
|
|
|
{ required: true, message: "请输入往来单位名称", trigger: "change" },
|
|
|
|
|
{required: true, message: "请输入往来单位名称", trigger: "change"},
|
|
|
|
|
],
|
|
|
|
|
spell: [
|
|
|
|
|
{ required: true, message: "请输入往来单位简写", trigger: "change" },
|
|
|
|
|
{required: true, message: "请输入往来单位简写", trigger: "change"},
|
|
|
|
|
],
|
|
|
|
|
creditNo: [
|
|
|
|
|
{ required: true, message: "请输入社会信用号", trigger: "change" },
|
|
|
|
|
{required: true, message: "请输入社会信用号", trigger: "change"},
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
platformRules: {
|
|
|
|
|
platformId: [
|
|
|
|
|
{ required: true, message: "请选择自助平台", trigger: "change" },
|
|
|
|
|
{required: true, message: "请选择自助平台", trigger: "change"},
|
|
|
|
|
],
|
|
|
|
|
userName: [
|
|
|
|
|
{ required: true, message: "请输入账号", trigger: "change" },
|
|
|
|
|
targetAction: [
|
|
|
|
|
{required: true, message: "请选择目标单据类型", trigger: "change"},
|
|
|
|
|
],
|
|
|
|
|
password: [
|
|
|
|
|
{ required: true, message: "请输入密码", trigger: "change" },
|
|
|
|
|
],
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
|
editType: 0,
|
|
|
|
|
editTypeMap: {
|
|
|
|
@ -370,23 +464,45 @@ export default {
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
.catch(() => {});
|
|
|
|
|
.catch(() => {
|
|
|
|
|
});
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
cancelDialog() {
|
|
|
|
|
this.editDialogVisible = false;
|
|
|
|
|
this.editLoginVisible = false;
|
|
|
|
|
this.loginDialogVisible = false;
|
|
|
|
|
this.platformVisible = false;
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
handleModifyClick(row) {
|
|
|
|
|
handleModifyClick(row) {//修改往来单位
|
|
|
|
|
this.editType = 1;
|
|
|
|
|
this.editDialogVisible = true;
|
|
|
|
|
this.editQuery = row;
|
|
|
|
|
},
|
|
|
|
|
handleLinkClick(row) {
|
|
|
|
|
handleLinkClick(row) { //关联自助平台
|
|
|
|
|
this.platformEdit = false;
|
|
|
|
|
this.editType = 2;
|
|
|
|
|
this.editLogin = {
|
|
|
|
|
id: row.id,
|
|
|
|
|
platformId: row.platformId,
|
|
|
|
|
targetAction: row.targetAction,
|
|
|
|
|
sourceAction: row.sourceAction,
|
|
|
|
|
platformName:row.platformName,
|
|
|
|
|
};
|
|
|
|
|
if (row.secretKey == null) {
|
|
|
|
|
this.platformEdit = false;
|
|
|
|
|
}
|
|
|
|
|
this.editLogin.sourceAction = "SalesWareHouseOut";
|
|
|
|
|
this.getPlatformType(row.unitId);
|
|
|
|
|
this.editLoginVisible = true;
|
|
|
|
|
this.editLogin = row;
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
handSelectPlat() {
|
|
|
|
|
this.platformVisible = true;
|
|
|
|
|
},
|
|
|
|
|
loginDialog(row) {
|
|
|
|
|
this.loginDialogVisible = true;
|
|
|
|
|
this.editLogin.platformId = row.id;
|
|
|
|
|
},
|
|
|
|
|
handleAddClick() {
|
|
|
|
|
this.editType = 0;
|
|
|
|
@ -432,7 +548,8 @@ export default {
|
|
|
|
|
this.$message.error(response.message);
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
.catch(() => {});
|
|
|
|
|
.catch(() => {
|
|
|
|
|
});
|
|
|
|
|
} else {
|
|
|
|
|
modifyUnit(this.editQuery)
|
|
|
|
|
.then((response) => {
|
|
|
|
@ -447,7 +564,8 @@ export default {
|
|
|
|
|
this.$message.error(response.message);
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
.catch(() => {});
|
|
|
|
|
.catch(() => {
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
@ -464,31 +582,52 @@ export default {
|
|
|
|
|
.then(() => {
|
|
|
|
|
this.deleteUnit(rowId);
|
|
|
|
|
})
|
|
|
|
|
.catch(() => {});
|
|
|
|
|
.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();
|
|
|
|
|
this.getPlatformType();
|
|
|
|
|
} else {
|
|
|
|
|
this.$message.error(response.message);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
})
|
|
|
|
|
.catch(() => {});
|
|
|
|
|
.catch(() => {
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
editSubmit() {
|
|
|
|
|
modifyUnit(this.editLogin)
|
|
|
|
|
.then((response) => {
|
|
|
|
|
if (response.code == 20000) {
|
|
|
|
|
this.getList();
|
|
|
|
|
this.$message({
|
|
|
|
|
type: "success",
|
|
|
|
|
message: "修改成功",
|
|
|
|
|
});
|
|
|
|
|
this.editLoginVisible = false;
|
|
|
|
|
} else {
|
|
|
|
|
this.$message.error(response.message);
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
.catch(() => {
|
|
|
|
|
});
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
exportTxt() {},
|
|
|
|
|
cancelEditDialog() {
|
|
|
|
|
this.editLoginVisible = false;
|
|
|
|
|
},
|
|
|
|
|
exportTxt() {
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
handleSelectionChange(val) {
|
|
|
|
|
console.log("----" + val);
|
|
|
|
@ -499,11 +638,33 @@ export default {
|
|
|
|
|
this.query.page = val;
|
|
|
|
|
this.getList();
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
getPlatformType(id) {
|
|
|
|
|
let query = {unitId: id};
|
|
|
|
|
getPlatformBusTypes(query)
|
|
|
|
|
.then((response) => {
|
|
|
|
|
this.platTypes = response.data.list || [];
|
|
|
|
|
})
|
|
|
|
|
.catch(() => {
|
|
|
|
|
});
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
getBusType() {
|
|
|
|
|
let query = {};
|
|
|
|
|
getBusType(query)
|
|
|
|
|
.then((response) => {
|
|
|
|
|
this.busTypes = response.data.list || [];
|
|
|
|
|
})
|
|
|
|
|
.catch(() => {
|
|
|
|
|
});
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
mounted() {
|
|
|
|
|
},
|
|
|
|
|
mounted() {},
|
|
|
|
|
created() {
|
|
|
|
|
this.getList();
|
|
|
|
|
this.getPlatformList();
|
|
|
|
|
this.getBusType();
|
|
|
|
|
var pinyin = require("pinyin");
|
|
|
|
|
console.log(
|
|
|
|
|
pinyin("中心", {
|
|
|
|
|