Commit 5fe818c1 authored by 黄奎's avatar 黄奎

1

parent 270dde29
...@@ -73,7 +73,8 @@ ...@@ -73,7 +73,8 @@
<div> <div>
<div class="CostNewPrice clearfix CP_Div"> <div class="CostNewPrice clearfix CP_Div">
<el-form> <el-form>
<table class="CostNewTable" style="width:1600px;"> <table class="CostNewTable" style="width:1600px;"
v-if="postConfig&&postConfig.OfferArray&&postConfig.OfferArray.length>0">
<thead> <thead>
<tr> <tr>
<td colspan="13" class="CP_ComTitle2 CostcomCenter">{{$t('objFill.baojiaxinxi')}}</td> <td colspan="13" class="CP_ComTitle2 CostcomCenter">{{$t('objFill.baojiaxinxi')}}</td>
...@@ -119,7 +120,7 @@ ...@@ -119,7 +120,7 @@
</span> </span>
</td> </td>
</template> </template>
<td v-if="CostNumberList&&CostNumberList.length>0" :colspan="13-2-CostNumberList.length+1"> <td :colspan="(CostNumberList&&CostNumberList.length>0)?(13-2-CostNumberList.length+1):0">
<el-form-item> <el-form-item>
<el-input :placeholder="$t('objFill.qingtxrs')" v-model='priceObj.priceNum' style="width:140px;" <el-input :placeholder="$t('objFill.qingtxrs')" v-model='priceObj.priceNum' style="width:140px;"
@keyup.native="checkInteger(priceObj,'priceNum'),getchange()"> @keyup.native="checkInteger(priceObj,'priceNum'),getchange()">
...@@ -792,6 +793,7 @@ ...@@ -792,6 +793,7 @@
this.CostNumberList = selectOfferObj.CostNumberList; this.CostNumberList = selectOfferObj.CostNumberList;
this.offerDataObj = selectOfferObj; this.offerDataObj = selectOfferObj;
} }
if (this.postConfig.dayCostPriceList && this.postConfig.dayCostPriceList.length > 0) { if (this.postConfig.dayCostPriceList && this.postConfig.dayCostPriceList.length > 0) {
this.dayCostPriceList = this.postConfig.dayCostPriceList; this.dayCostPriceList = this.postConfig.dayCostPriceList;
} }
......
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