Browse Source

销售订单

master
Zhao Qiqi 3 years ago
parent
commit
84f7191f61
  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-col>
<el-col :span="2">
<span>需补交订金</span>
<span v-show="temp.busSalesOrderDeposit.depositTypeKey == '02'">需补交订金</span>
</el-col>
<el-col :span="4">
<el-form-item>
<el-form-item v-show="temp.busSalesOrderDeposit.depositTypeKey == '02'">
<span>{{ NumberMakeUpDeposit() }}</span>
</el-form-item>
</el-col>

Loading…
Cancel
Save