Commit 0cf1a517 authored by youjie's avatar youjie

no message

parent 7a4744d0
......@@ -488,7 +488,7 @@
if(this.totalZDFY){
this.BillMakingMsg.CostType2 = 1851
this.BillMakingMsg.Money2 = this.totalZDFY
this.BillMakingMsg.hiddenAddType = true
// this.BillMakingMsg.hiddenAddType = true
}
this.iszhidanBox = true
this.loadingStandard = true
......
......@@ -469,7 +469,7 @@
</td>
</tr>
</template>
<tr @keyup.enter="addList(1)" v-if="!orderObj.hiddenAddType">
<tr @keyup.enter="addList(1)">
<td>
<el-select filterable v-model='detailList.CostTypeId' :placeholder="$t('rule.qxzfyshuoming')"
@change="getCostTypeName(detailList.CostTypeId),addList(1)" class="w200 _border_b_1">
......@@ -1970,7 +1970,7 @@
this.msg.OrderID = this.orderObj.OrderID ? this.orderObj.OrderID : 0;
this.OrderSource = this.msg.OrderSource = this.orderObj.OrderSource ? this.orderObj.OrderSource : 0;
// 用房手配费 房费送客手数料
// 用房手配费
if(this.orderObj.Money){
let orderObjMoney = this.$commonUtils.addCommas(Math.round(this.orderObj.Money * 100) / 100);
let obj = {
......
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