Commit bcc67870 authored by liudong1993's avatar liudong1993

1

parent 108cea5f
...@@ -58,7 +58,7 @@ ...@@ -58,7 +58,7 @@
<li> <li>
<em>{{$t('system.query_company')}}</em> <em>{{$t('system.query_company')}}</em>
<el-select filterable v-model='msg.RB_Branch_Id' <el-select filterable v-model='msg.RB_Branch_Id'
@change='getDepartment();handleCurrentChange(1)' :disabled="disabled"> @change='getDepartment();handleCurrentChange(1)'>
<el-option :label="$t('pub.unlimitedSel')" :value="-1" :key="-1"></el-option> <el-option :label="$t('pub.unlimitedSel')" :value="-1" :key="-1"></el-option>
<el-option <el-option
v-for="item in companyList" v-for="item in companyList"
......
...@@ -2437,6 +2437,7 @@ ...@@ -2437,6 +2437,7 @@
if(!this.msg.detailList || this.msg.detailList.length<=0){return;} if(!this.msg.detailList || this.msg.detailList.length<=0){return;}
if(this.msg.TradeDate==''){return;} if(this.msg.TradeDate==''){return;}
if(!(this.msg.BankList[0].Type==1 || (this.msg.BankList[0].Type==2 && this.msg.BankList[0].AccountId==92))){return;} if(!(this.msg.BankList[0].Type==1 || (this.msg.BankList[0].Type==2 && this.msg.BankList[0].AccountId==92))){return;}
if(this.msg.BankList[0].Type==1 && (this.msg.BankList[0].AccountId==7||this.msg.BankList[0].AccountId==134||this.msg.BankList[0].AccountId==156)){return;}
//验证日期 必须大于 上线的那一天 -------------------------------------------- 注意调整 //验证日期 必须大于 上线的那一天 -------------------------------------------- 注意调整
const currentDate = new Date(this.msg.TradeDate); const currentDate = new Date(this.msg.TradeDate);
const limitDate = new Date('2025-03-31'); const limitDate = new Date('2025-03-31');
......
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