This commit is contained in:
linfso 2024-05-21 15:18:34 +08:00
parent e3d5b41775
commit d6fcbe3c69

View File

@ -679,7 +679,7 @@
<el-col :span="12">
</el-col>
<el-col :span="24" v-show="form.paymentType == 2 || form.paymentType == 4 || form.paymentType == 5">
<el-form-item label="月结账号" prop="custNo" label-width="70px">
<el-form-item label="月结账号" prop="custNo" :rules="(form.paymentType == 2 || form.paymentType == 4 || form.paymentType == 5)?rules.custNo:[]" label-width="70px">
<EmisMonthpayAccountPicker v-model="form.custNo" @onChange="onSelectMonthUser"></EmisMonthpayAccountPicker>
</el-form-item>
</el-col>
@ -1648,7 +1648,7 @@ methods: {
if(this.form.parcelQty>0){
let currentParcelQty = 0;
if(this.form.cargoList){
if(!this.form.cargoList){
this.form.cargoList=[];
}