瀏覽代碼

【修改】显示名称

howie 2 年之前
父節點
當前提交
0cf66ef709

+ 1 - 1
src/views/basic_data/logistics/logistics_list.vue

@@ -215,7 +215,7 @@
     </div>
     <!-- 弹窗 -->
     <el-dialog
-      title="提货车辆档案"
+      title="物流公司"
       :visible.sync="showDialogForm"
       width="50%"
       :show-close="false"

+ 3 - 2
src/views/deposit_home/components/deposit-apply-surrender.vue

@@ -276,12 +276,13 @@
             show-overflow-tooltip
           >
             <template slot-scope="scope">
+              <!-- @blur="setDataQty($event,scope.row)" -->
+
                 <el-input
-             
+
                   class="inpt"
                   v-model.number="scope.row.dataQty"
                   size="mini"
-                  @blur="setDataQty($event,scope.row)"
                   clearable
                 ></el-input>
               </template>

+ 13 - 1
src/views/deposit_home/components/refund_list-detail.vue

@@ -541,7 +541,7 @@
 
                 <el-input
                 v-if="title !== '详情'"
-               
+
                   class="inpt"
                   v-model.number="scope.row.contractQty"
                   size="mini"
@@ -627,6 +627,18 @@
                 {{ scope.row.diffAmount | numToFixed }}
               </template>
             </el-table-column>
+            <el-table-column
+              align="right"
+              label="收差政策价格"
+              prop="diffPolicyPrice"
+              min-width="200"
+              show-overflow-tooltip
+            >
+              <template slot-scope="scope">
+                {{ scope.row.diffPolicyPrice | numToFixed }}
+              </template>
+            </el-table-column>
+
           </el-table>
         </div>
       </div>