Kaynağa Gözat

【修改】提货管理

howie 2 yıl önce
ebeveyn
işleme
b14e7d2ec7

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

@@ -151,7 +151,7 @@
             <el-table-column align="left" label="收货客户" prop="orderTime" min-width="100" show-overflow-tooltip>
               <template slot-scope="scope">
                 <el-input
-                  v-if="!(scope.row.enginOrderType === 'TRADE' || scope.row.enginOrderType === 'HOME')"
+                  v-if="!(scope.row.orderType === 'TRADE' || scope.row.orderType === 'HOME')"
                   v-model="scope.row.receivingName"
                   size="mini"
                   @input="handleInput($event, scope.row.invoiceId, 1)"
@@ -162,7 +162,7 @@
             <el-table-column align="left" label="电话" prop="orderTime" min-width="150" show-overflow-tooltip>
               <template slot-scope="scope">
                 <el-input
-                  v-if="!(scope.row.enginOrderType === 'TRADE' || scope.row.enginOrderType === 'HOME')"
+                  v-if="!(scope.row.orderType === 'TRADE' || scope.row.orderType === 'HOME')"
                   v-model="scope.row.phone"
                   size="mini"
                   @input="handleInput($event, scope.row.invoiceId, 2)"
@@ -173,7 +173,7 @@
             <el-table-column align="left" label="收货地址" prop="orderTime" min-width="200" show-overflow-tooltip>
               <template slot-scope="scope">
                 <el-input
-                  v-if="!(scope.row.enginOrderType === 'TRADE' || scope.row.enginOrderType === 'HOME')"
+                  v-if="!(scope.row.orderType === 'TRADE' || scope.row.orderType === 'HOME')"
                   v-model="scope.row.address"
                   size="mini"
                   @input="handleInput($event, scope.row.invoiceId, 3)"