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

1

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