|  | @@ -164,7 +164,7 @@
 | 
											
												
													
														|  |                </el-tooltip>
 |  |                </el-tooltip>
 | 
											
												
													
														|  |              </template>
 |  |              </template>
 | 
											
												
													
														|  |            </el-table-column>
 |  |            </el-table-column>
 | 
											
												
													
														|  | -          <el-table-column label="售价">
 |  | 
 | 
											
												
													
														|  | 
 |  | +          <el-table-column label="优惠价">
 | 
											
												
													
														|  |              <template slot-scope="scope">
 |  |              <template slot-scope="scope">
 | 
											
												
													
														|  |                <el-input-number
 |  |                <el-input-number
 | 
											
												
													
														|  |                  v-model="scope.row.price" :controls="false" :max="999999999" :min="0"
 |  |                  v-model="scope.row.price" :controls="false" :max="999999999" :min="0"
 | 
											
										
											
												
													
														|  | @@ -173,7 +173,7 @@
 | 
											
												
													
														|  |                />
 |  |                />
 | 
											
												
													
														|  |              </template>
 |  |              </template>
 | 
											
												
													
														|  |            </el-table-column>
 |  |            </el-table-column>
 | 
											
												
													
														|  | -          <el-table-column label="原价">
 |  | 
 | 
											
												
													
														|  | 
 |  | +          <el-table-column label="市场价">
 | 
											
												
													
														|  |              <template slot-scope="scope">
 |  |              <template slot-scope="scope">
 | 
											
												
													
														|  |                <el-input-number
 |  |                <el-input-number
 | 
											
												
													
														|  |                  v-model="scope.row.originalPrice" :controls="false" :max="999999999" :min="0"
 |  |                  v-model="scope.row.originalPrice" :controls="false" :max="999999999" :min="0"
 | 
											
										
											
												
													
														|  | @@ -181,7 +181,7 @@
 | 
											
												
													
														|  |                />
 |  |                />
 | 
											
												
													
														|  |              </template>
 |  |              </template>
 | 
											
												
													
														|  |            </el-table-column>
 |  |            </el-table-column>
 | 
											
												
													
														|  | -          <el-table-column label="厂家底价">
 |  | 
 | 
											
												
													
														|  | 
 |  | +          <el-table-column label="供货价">
 | 
											
												
													
														|  |              <template slot-scope="scope">
 |  |              <template slot-scope="scope">
 | 
											
												
													
														|  |                <el-input-number
 |  |                <el-input-number
 | 
											
												
													
														|  |                  v-model="scope.row.manufacturerBasePrice" :controls="false" :max="999999999" :min="0"
 |  |                  v-model="scope.row.manufacturerBasePrice" :controls="false" :max="999999999" :min="0"
 | 
											
										
											
												
													
														|  | @@ -190,7 +190,7 @@
 | 
											
												
													
														|  |                />
 |  |                />
 | 
											
												
													
														|  |              </template>
 |  |              </template>
 | 
											
												
													
														|  |            </el-table-column>
 |  |            </el-table-column>
 | 
											
												
													
														|  | -          <el-table-column label="厂家指导价">
 |  | 
 | 
											
												
													
														|  | 
 |  | +          <el-table-column label="渠道价">
 | 
											
												
													
														|  |              <template slot-scope="scope">
 |  |              <template slot-scope="scope">
 | 
											
												
													
														|  |                <el-input-number
 |  |                <el-input-number
 | 
											
												
													
														|  |                  v-model="scope.row.manufacturerGuidePrice" :controls="false" :max="999999999" :min="0"
 |  |                  v-model="scope.row.manufacturerGuidePrice" :controls="false" :max="999999999" :min="0"
 | 
											
										
											
												
													
														|  | @@ -199,7 +199,7 @@
 | 
											
												
													
														|  |                />
 |  |                />
 | 
											
												
													
														|  |              </template>
 |  |              </template>
 | 
											
												
													
														|  |            </el-table-column>
 |  |            </el-table-column>
 | 
											
												
													
														|  | -          <el-table-column label="平台底价">
 |  | 
 | 
											
												
													
														|  | 
 |  | +          <!-- <el-table-column label="平台底价">
 | 
											
												
													
														|  |              <template slot-scope="scope">
 |  |              <template slot-scope="scope">
 | 
											
												
													
														|  |                <el-input-number
 |  |                <el-input-number
 | 
											
												
													
														|  |                  v-model="scope.row.platformBasePrice" :controls="false" :max="999999999" :min="0"
 |  |                  v-model="scope.row.platformBasePrice" :controls="false" :max="999999999" :min="0"
 | 
											
										
											
												
													
														|  | @@ -216,7 +216,7 @@
 | 
											
												
													
														|  |                  :step="0.01" style="width: auto;"
 |  |                  :step="0.01" style="width: auto;"
 | 
											
												
													
														|  |                />
 |  |                />
 | 
											
												
													
														|  |              </template>
 |  |              </template>
 | 
											
												
													
														|  | -          </el-table-column>
 |  | 
 | 
											
												
													
														|  | 
 |  | +          </el-table-column> -->
 | 
											
												
													
														|  |            <el-table-column label="库存">
 |  |            <el-table-column label="库存">
 | 
											
												
													
														|  |              <template slot-scope="scope">
 |  |              <template slot-scope="scope">
 | 
											
												
													
														|  |                <el-input-number
 |  |                <el-input-number
 |