作者 lixiang

1、bug修正

@@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
5 <h1>{{ sskcTitle }}</h1> 5 <h1>{{ sskcTitle }}</h1>
6 <hr style="width :7%;height:1px;border:none;border-top:1px solid #B0B0B0; float: left"> 6 <hr style="width :7%;height:1px;border:none;border-top:1px solid #B0B0B0; float: left">
7 <br> 7 <br>
8 - <a-col :span="24"> 8 + <a-col :span="12">
9 <a-form-model-item label="库存数据" :labelCol="labelCol" :wrapperCol="wrapperCol" 9 <a-form-model-item label="库存数据" :labelCol="labelCol" :wrapperCol="wrapperCol"
10 style=" width: 600px" 10 style=" width: 600px"
11 > 11 >
@@ -16,7 +16,7 @@ @@ -16,7 +16,7 @@
16 <!-- ></a-input>--> 16 <!-- ></a-input>-->
17 </a-form-model-item> 17 </a-form-model-item>
18 </a-col> 18 </a-col>
19 - <a-col :span="24"> 19 + <a-col :span="12">
20 <a-form-model-item label="在途库存" :labelCol="labelCol" :wrapperCol="wrapperCol" 20 <a-form-model-item label="在途库存" :labelCol="labelCol" :wrapperCol="wrapperCol"
21 style=" width: 600px"> 21 style=" width: 600px">
22 <!-- <a-input--> 22 <!-- <a-input-->
@@ -31,7 +31,7 @@ @@ -31,7 +31,7 @@
31 <hr style="width :7%;height:1px;border:none;border-top:1px solid #B0B0B0; float: left"> 31 <hr style="width :7%;height:1px;border:none;border-top:1px solid #B0B0B0; float: left">
32 <br> 32 <br>
33 33
34 - <a-col :span="24"> 34 + <a-col :span="12">
35 <a-form-model-item label="最近中标单价(元)" :labelCol="labelCol" :wrapperCol="wrapperCol" 35 <a-form-model-item label="最近中标单价(元)" :labelCol="labelCol" :wrapperCol="wrapperCol"
36 style=" width: 600px" 36 style=" width: 600px"
37 > 37 >
@@ -42,7 +42,7 @@ @@ -42,7 +42,7 @@
42 {{model.lastWinningBidPrice}} 42 {{model.lastWinningBidPrice}}
43 </a-form-model-item> 43 </a-form-model-item>
44 </a-col> 44 </a-col>
45 - <a-col :span="24"> 45 + <a-col :span="12">
46 <a-form-model-item label="最后一次中标时间" :labelCol="labelCol" :wrapperCol="wrapperCol" 46 <a-form-model-item label="最后一次中标时间" :labelCol="labelCol" :wrapperCol="wrapperCol"
47 style=" width: 600px" 47 style=" width: 600px"
48 > 48 >
@@ -58,7 +58,7 @@ @@ -58,7 +58,7 @@
58 <hr style="width :7%;height:1px;border:none;border-top:1px solid #B0B0B0; float: left"> 58 <hr style="width :7%;height:1px;border:none;border-top:1px solid #B0B0B0; float: left">
59 <br> 59 <br>
60 60
61 - <a-col :span="24"> 61 + <a-col :span="12">
62 <a-form-model-item label="投标价格(元)" :labelCol="labelCol" :wrapperCol="wrapperCol" 62 <a-form-model-item label="投标价格(元)" :labelCol="labelCol" :wrapperCol="wrapperCol"
63 style=" width: 600px"> 63 style=" width: 600px">
64 <!-- <a-input--> 64 <!-- <a-input-->
@@ -67,7 +67,7 @@ @@ -67,7 +67,7 @@
67 {{model.tbjg}} 67 {{model.tbjg}}
68 </a-form-model-item> 68 </a-form-model-item>
69 </a-col> 69 </a-col>
70 - <a-col :span="24"> 70 + <a-col :span="12">
71 <a-form-model-item label="投标时间" :labelCol="labelCol" :wrapperCol="wrapperCol" 71 <a-form-model-item label="投标时间" :labelCol="labelCol" :wrapperCol="wrapperCol"
72 style=" width: 600px"> 72 style=" width: 600px">
73 <!-- <a-input--> 73 <!-- <a-input-->
@@ -91,7 +91,7 @@ @@ -91,7 +91,7 @@
91 <hr style="width :7%;height:1px;border:none;border-top:1px solid #B0B0B0; float: left"> 91 <hr style="width :7%;height:1px;border:none;border-top:1px solid #B0B0B0; float: left">
92 <br> 92 <br>
93 93
94 - <a-col :span="24"> 94 + <a-col :span="12">
95 <a-form-model-item label="中标单价(元)" :labelCol="labelCol" :wrapperCol="wrapperCol" 95 <a-form-model-item label="中标单价(元)" :labelCol="labelCol" :wrapperCol="wrapperCol"
96 style=" width: 600px"> 96 style=" width: 600px">
97 <!-- <a-input--> 97 <!-- <a-input-->
@@ -100,7 +100,7 @@ @@ -100,7 +100,7 @@
100 {{model.zbdj}} 100 {{model.zbdj}}
101 </a-form-model-item> 101 </a-form-model-item>
102 </a-col> 102 </a-col>
103 - <a-col :span="24"> 103 + <a-col :span="12">
104 <a-form-model-item label="中标时间" :labelCol="labelCol" :wrapperCol="wrapperCol" 104 <a-form-model-item label="中标时间" :labelCol="labelCol" :wrapperCol="wrapperCol"
105 style=" width: 600px"> 105 style=" width: 600px">
106 <!-- <a-input--> 106 <!-- <a-input-->
@@ -249,6 +249,13 @@ export default { @@ -249,6 +249,13 @@ export default {
249 this.$set(this.model,"tbsj",res.result.createTime) 249 this.$set(this.model,"tbsj",res.result.createTime)
250 //投标人 250 //投标人
251 this.$set(this.model,"tbr",res.result.createBy) 251 this.$set(this.model,"tbr",res.result.createBy)
  252 + }else {
  253 + //投标价格
  254 + this.$set(this.model,"tbjg","")
  255 + //投标时间
  256 + this.$set(this.model,"tbsj","")
  257 + //投标人
  258 + this.$set(this.model,"tbr","")
252 } 259 }
253 } 260 }
254 }) 261 })
@@ -371,10 +371,10 @@ @@ -371,10 +371,10 @@
371 { 371 {
372 title: '是否中标', 372 title: '是否中标',
373 align: 'center', 373 align: 'center',
374 - dataIndex: 'isBid', 374 + dataIndex: 'sfzb',
375 width: 60, 375 width: 60,
376 customRender: function (text) { 376 customRender: function (text) {
377 - return text === 1 ? '是' : '否' 377 + return text === '1' ? '是' : '否'
378 }, 378 },
379 }, 379 },
380 { 380 {