Parcourir la source

Finish Hotfix-zh-237

Howie il y a 3 ans
Parent
commit
9056086c84
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 3 3
      src/views/supply/engin/home_list.vue

+ 3 - 3
src/views/supply/engin/home_list.vue

@@ -121,7 +121,7 @@
             </el-col>
             <el-col :xs="24" :sm="12" :lg="6">
               <el-form-item label="保证函" prop="refPromiseProvide">
-                <el-select v-model="screenForm.refPromiseProvide" placeholder="保证函" filterable style="width: 100%">
+                <el-select v-model="screenForm.refPromiseProvide" :disabled="isCustomer?true:false" placeholder="保证函" filterable style="width: 100%">
                   <el-option label="全部" value=""></el-option>
                   <el-option label="未保证" value="未保证"></el-option>
                   <el-option label="已保证" value="已保证"></el-option>
@@ -252,9 +252,9 @@
               <template slot-scope="scope">
                 {{scope.row.retiredQty }}
               </template>
-            </el-table-column><el-table-column align="right" label="退货数量" prop="refundableQty" min-width="110" sortable show-overflow-tooltip>
+            </el-table-column><el-table-column align="right" label="退货数量" prop="refundProductQty" min-width="110" sortable show-overflow-tooltip>
               <template slot-scope="scope">
-                {{scope.row.refundableQty }}
+                {{scope.row.refundProductQty }}
               </template>
             </el-table-column>
             <el-table-column align="left" label="是否直调" prop="isDirectTransfer" min-width="100" show-overflow-tooltip>