|
@@ -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)"
|