浏览代码

【修改】提货管理

howie 2 年之前
父节点
当前提交
84a4615e63
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      src/views/supply/pickup/components/pickup_form.vue

+ 3 - 0
src/views/supply/pickup/components/pickup_form.vue

@@ -135,6 +135,7 @@
               <template slot-scope="scope">
                 <el-input
                   v-if="!(scope.row.orderType === 'TRADE' || scope.row.orderType === 'HOME')"
+                  :disabled="flag"
                   v-model="scope.row.receivingName"
                   size="mini"
                   @input="handleInput($event, scope.row.invoiceId, 1)"
@@ -146,6 +147,7 @@
               <template slot-scope="scope">
                 <el-input
                   v-if="!(scope.row.orderType === 'TRADE' || scope.row.orderType === 'HOME')"
+                  :disabled="flag"
                   v-model="scope.row.phone"
                   size="mini"
                   @input="handleInput($event, scope.row.invoiceId, 2)"
@@ -157,6 +159,7 @@
               <template slot-scope="scope">
                 <el-input
                   v-if="!(scope.row.orderType === 'TRADE' || scope.row.orderType === 'HOME')"
+                  :disabled="flag"
                   v-model="scope.row.address"
                   size="mini"
                   @input="handleInput($event, scope.row.invoiceId, 3)"