|
@@ -121,7 +121,7 @@
|
|
|
</el-table-column>
|
|
|
<el-table-column align="left" label="收货客户" prop="orderTime" min-width="100" show-overflow-tooltip>
|
|
|
<template slot-scope="scope">
|
|
|
- <el-input v-if="!(scope.row.orderType === 'TRADE' || scope.row.orderType === 'HOME')" :disabled="flag"
|
|
|
+ <el-input v-if="!(scope.row.orderType === 'TRADE' || scope.row.orderType === 'HOME')" :disabled="flag || (isFront !== null && (scope.row.warehouseFlag == 0 || scope.row.warehouseFlag == null))"
|
|
|
v-model="scope.row.receivingName" size="mini"
|
|
|
@input="handleInput($event, scope.row.invoiceId, 1)"></el-input>
|
|
|
<template v-else>
|
|
@@ -133,7 +133,7 @@
|
|
|
</el-table-column>
|
|
|
<el-table-column align="left" label="电话" prop="orderTime" min-width="150" show-overflow-tooltip>
|
|
|
<template slot-scope="scope">
|
|
|
- <el-input v-if="!(scope.row.orderType === 'TRADE' || scope.row.orderType === 'HOME')" :disabled="flag"
|
|
|
+ <el-input v-if="!(scope.row.orderType === 'TRADE' || scope.row.orderType === 'HOME')" :disabled="flag || (isFront !== null && (scope.row.warehouseFlag == 0 || scope.row.warehouseFlag == null))"
|
|
|
v-model="scope.row.phone" size="mini" @input="handleInput($event, scope.row.invoiceId, 2)"></el-input>
|
|
|
<template v-else>
|
|
|
<el-input
|
|
@@ -144,7 +144,7 @@
|
|
|
</el-table-column>
|
|
|
<el-table-column align="left" label="收货地址" prop="orderTime" min-width="200" show-overflow-tooltip>
|
|
|
<template slot-scope="scope">
|
|
|
- <el-input v-if="!(scope.row.orderType === 'TRADE' || scope.row.orderType === 'HOME')" :disabled="flag"
|
|
|
+ <el-input v-if="!(scope.row.orderType === 'TRADE' || scope.row.orderType === 'HOME')" :disabled="flag || (isFront !== null && (scope.row.warehouseFlag == 0 || scope.row.warehouseFlag == null))"
|
|
|
v-model="scope.row.address" size="mini"
|
|
|
@input="handleInput($event, scope.row.invoiceId, 3)"></el-input>
|
|
|
<template v-else>
|