Commit e642a9ae authored by 吴春's avatar 吴春

1

parent 6973451a
...@@ -464,11 +464,11 @@ ...@@ -464,11 +464,11 @@
<span v-if="changePriceMsg.ApplyType==2" style="color:red;">请填写实收金额的计算公式:如 14万日元*0.05=7000人民币</span> <span v-if="changePriceMsg.ApplyType==2" style="color:red;">请填写实收金额的计算公式:如 14万日元*0.05=7000人民币</span>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="8" v-if="changePriceMsg.ApplyType==2"> <el-col :span="8" v-if="changePriceMsg.ApplyType==2||changePriceObj.TeamType==2">
<el-form-item label="改价类型" prop=""> <el-form-item label="改价类型" prop="">
<el-radio-group v-model="changePriceMsg.ApplyType" > <el-radio-group v-model="changePriceMsg.ApplyType" >
<el-radio label="1" :disabled="changePriceObj.TeamType==2">正常改价</el-radio> <el-radio label="1" :disabled="changePriceObj.TeamType==2&&isHaveJapanMoney==1">正常改价</el-radio>
<el-radio label="2" :disabled="changePriceObj.TeamType==2">汇差改价<span style="color:red;">(由于汇率造成的帐未平,实际已全额收款)</span></el-radio> <el-radio label="2" :disabled="changePriceObj.TeamType==2&&isHaveJapanMoney==1">汇差改价<span style="color:red;">(由于汇率造成的帐未平,实际已全额收款)</span></el-radio>
</el-radio-group> </el-radio-group>
</el-form-item> </el-form-item>
</el-col> </el-col>
...@@ -875,7 +875,12 @@ ...@@ -875,7 +875,12 @@
} }
} }
} else { } else {
this.changePriceMsg.ApplyType = "1" if(item.TeamType==2){
this.changePriceMsg.ApplyType = "2"
}else{
this.changePriceMsg.ApplyType = "1"
}
} }
} }
) )
......
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