Browse Source

Merge remote-tracking branch 'origin/master'

zhanglei
yunuo970428 3 years ago
parent
commit
e3eab187fd
  1. 4
      anrui-buscenter/anrui-buscenter-ui/src/views/xiaoshouguanli/xiaoshoudingdan/xiaoshoudingdanAdd.vue

4
anrui-buscenter/anrui-buscenter-ui/src/views/xiaoshouguanli/xiaoshoudingdan/xiaoshoudingdanAdd.vue

@ -563,10 +563,10 @@
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="2"> <el-col :span="2">
<span>需补交订金</span> <span v-show="temp.busSalesOrderDeposit.depositTypeKey == '02'">需补交订金</span>
</el-col> </el-col>
<el-col :span="4"> <el-col :span="4">
<el-form-item> <el-form-item v-show="temp.busSalesOrderDeposit.depositTypeKey == '02'">
<span>{{ NumberMakeUpDeposit() }}</span> <span>{{ NumberMakeUpDeposit() }}</span>
</el-form-item> </el-form-item>
</el-col> </el-col>

Loading…
Cancel
Save