|
|
|
@ -139,12 +139,47 @@
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
|
|
|
|
|
<el-row :gutter="20" class="el-row" type="flex">
|
|
|
|
|
<el-col :span="15" class="el-col" type="flex">
|
|
|
|
|
<div class="text item">
|
|
|
|
|
<el-form-item label="账号" prop="platformUsername">
|
|
|
|
|
<el-input
|
|
|
|
|
v-model="editLogin.platformUsername"
|
|
|
|
|
placeholder="请输入账号"
|
|
|
|
|
style="width: 75%"
|
|
|
|
|
size="small"
|
|
|
|
|
@input="change()"
|
|
|
|
|
></el-input>
|
|
|
|
|
<el-button type="primary" style="margin-left: 3px;" @click.native="testUserInfo">账号验证</el-button>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</div>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
<el-row :gutter="20" class="el-row" type="flex">
|
|
|
|
|
<el-col :span="15" class="el-col" type="flex">
|
|
|
|
|
<div class="text item">
|
|
|
|
|
<el-form-item label="密码" prop="platformPassword">
|
|
|
|
|
<el-input
|
|
|
|
|
v-model="editLogin.platformPassword"
|
|
|
|
|
placeholder="请输入密码"
|
|
|
|
|
style="width: 75%"
|
|
|
|
|
size="small"
|
|
|
|
|
type="password"
|
|
|
|
|
show-password
|
|
|
|
|
@input="change()"
|
|
|
|
|
></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</div>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
|
|
|
|
|
<el-row :gutter="20" class="el-row" type="flex">
|
|
|
|
|
<el-col :span="20" class="el-col" type="flex">
|
|
|
|
|
<div class="text item">
|
|
|
|
|
<el-form-item label="目标仓库分库" prop="invCode">
|
|
|
|
|
<el-form-item label="目标仓库" prop="invCode">
|
|
|
|
|
<el-select v-model="editLogin.invCode"
|
|
|
|
|
style="width: 35%;"
|
|
|
|
|
:disabled="targetPlatformEdit"
|
|
|
|
|
placeholder="目标仓库信息" @change="locInvChange"
|
|
|
|
|
clearable>
|
|
|
|
|
<el-option
|
|
|
|
@ -155,8 +190,18 @@
|
|
|
|
|
<span style="float: left">{{ item.name }}</span>
|
|
|
|
|
</el-option>
|
|
|
|
|
</el-select>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</div>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
|
|
|
|
|
<el-row :gutter="20" class="el-row" type="flex">
|
|
|
|
|
<el-col :span="20" class="el-col" type="flex">
|
|
|
|
|
<div class="text item">
|
|
|
|
|
<el-form-item label="目标分库" prop="invSubCode">
|
|
|
|
|
<el-select v-model="editLogin.invSubCode" placeholder="目标分库信息"
|
|
|
|
|
style="width: 35%;"
|
|
|
|
|
:disabled="targetPlatformEdit"
|
|
|
|
|
@change="locSubInvChange"
|
|
|
|
|
clearable>
|
|
|
|
|
<el-option
|
|
|
|
@ -179,6 +224,7 @@
|
|
|
|
|
<el-select
|
|
|
|
|
v-model="editLogin.targetAction"
|
|
|
|
|
style="width: 65%"
|
|
|
|
|
:disabled="targetPlatformEdit"
|
|
|
|
|
placeholder="请选择目标单据类型"
|
|
|
|
|
>
|
|
|
|
|
<el-option
|
|
|
|
@ -194,39 +240,6 @@
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<el-row :gutter="20" class="el-row" type="flex">
|
|
|
|
|
<el-col :span="15" class="el-col" type="flex">
|
|
|
|
|
<div class="text item">
|
|
|
|
|
<el-form-item label="账号" prop="platformUsername">
|
|
|
|
|
<el-input
|
|
|
|
|
v-model="editLogin.platformUsername"
|
|
|
|
|
placeholder="请输入账号"
|
|
|
|
|
style="width: 78%"
|
|
|
|
|
size="small"
|
|
|
|
|
@input="change()"
|
|
|
|
|
></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</div>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
<el-row :gutter="20" class="el-row" type="flex">
|
|
|
|
|
<el-col :span="15" class="el-col" type="flex">
|
|
|
|
|
<div class="text item">
|
|
|
|
|
<el-form-item label="密码" prop="platformPassword">
|
|
|
|
|
<el-input
|
|
|
|
|
v-model="editLogin.platformPassword"
|
|
|
|
|
placeholder="请输入密码"
|
|
|
|
|
style="width: 78%"
|
|
|
|
|
size="small"
|
|
|
|
|
type="password"
|
|
|
|
|
show-password
|
|
|
|
|
@input="change()"
|
|
|
|
|
></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</div>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
</el-form>
|
|
|
|
|
|
|
|
|
|
<div slot="footer" class="dialog-footer">
|
|
|
|
@ -299,6 +312,7 @@ export default {
|
|
|
|
|
targetActions: [],
|
|
|
|
|
targetInvs: [],
|
|
|
|
|
targetSubInvs: [],
|
|
|
|
|
targetPlatformEdit: true, //目标平台启用编辑
|
|
|
|
|
platformRules: {
|
|
|
|
|
corpName: [
|
|
|
|
|
{required: true, message: "请选择往来单位", trigger: "change"}
|
|
|
|
@ -653,6 +667,9 @@ export default {
|
|
|
|
|
locSubInvChange() {
|
|
|
|
|
this.getTargetActions();
|
|
|
|
|
},
|
|
|
|
|
testUserInfo() {
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
mounted() {
|
|
|
|
|
},
|
|
|
|
|