Commit eb51a314 by 潘际乾

更新

parent 0ddf6982
......@@ -70,12 +70,13 @@ export default {
for (let i = 0; i < fields.length; i++) {
const field = fields[i];
if (field.prop === prop) {
if (field.$children[1].$children[0].$el.className.startsWith("el-select")) {
if (field.$children[1].$children[0].$el.className.startsWith("el-select") || field.$children[1].$children[0].$el.className.startsWith("el-checkbox")) {
return "change";
}
return "blur";
}
}
return "blur";
},
changeFormValidateDisabled(flag) {
const fields = this.$refs.modelForm.fields
......
......@@ -260,7 +260,7 @@ function defaultDidgrpRecExpplc() {
}
function defaultDidgrpAdvPtsBankno() {
const that = this;
that.executeRule("executeRule").thes(res => {
that.executeRule("executeRule").then(res => {
//TODO
})
}
......
......@@ -203,6 +203,7 @@ export default {
console.log("进入ditopn交易");
this.changeFormValidateDisabled(true);
let rtnmsg = await this.init()
// let rtnmsg = {respCode: ''}
if(rtnmsg.respCode == SUCCESS)
{
//更新数据
......
<template>
<div class="eibs-tab">
<el-col :span="24" style="text-align:center;margin-bottom: 18px;">
<c-checkbox v-model="model.chkinc">Incoming</c-checkbox>
<c-checkbox v-model="model.chkpen">Pending</c-checkbox>
<c-checkbox v-model="model.chkcor">Correction</c-checkbox>
<c-checkbox v-model="model.chkaut">Automatic</c-checkbox>
<c-checkbox v-model="model.chkdel">Deleted</c-checkbox>
<c-checkbox v-model="model.chktco">网银</c-checkbox>
<c-checkbox v-model="model.chkcan">归档</c-checkbox>
<el-col :span="3" style="text-align:center;margin-bottom: 18px;">
<el-form-item label="" prop="chkinc">
<c-checkbox v-model="model.chkinc">Incoming</c-checkbox>
</el-form-item>
</el-col>
<el-col :span="3" style="text-align:center;margin-bottom: 18px;">
<el-form-item label="" prop="chkinc">
<c-checkbox v-model="model.chkpen">Pending</c-checkbox>
</el-form-item>
</el-col>
<el-col :span="3" style="text-align:center;margin-bottom: 18px;">
<el-form-item label="" prop="chkinc">
<c-checkbox v-model="model.chkcor">Correction</c-checkbox>
</el-form-item>
</el-col>
<el-col :span="3" style="text-align:center;margin-bottom: 18px;">
<el-form-item label="" prop="chkinc">
<c-checkbox v-model="model.chkaut">Automatic</c-checkbox>
</el-form-item>
</el-col>
<el-col :span="3" style="text-align:center;margin-bottom: 18px;">
<el-form-item label="" prop="chkinc">
<c-checkbox v-model="model.chkdel">Deleted</c-checkbox>
</el-form-item>
</el-col>
<el-col :span="3" style="text-align:center;margin-bottom: 18px;">
<el-form-item label="" prop="chkinc">
<c-checkbox v-model="model.chktco">网银</c-checkbox>
</el-form-item>
</el-col>
<el-col :span="3" style="text-align:center;margin-bottom: 18px;">
<el-form-item label="" prop="chkinc">
<c-checkbox v-model="model.chkcan">归档</c-checkbox>
</el-form-item>
</el-col>
<!--
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment