|
@@ -80,7 +80,7 @@
|
|
|
width="100">
|
|
|
<template slot-scope="scope">
|
|
|
<p v-if="data.type !== '特殊订单' || hidePrice">¥ {{tool.formatAmount(scope.row.price,2)}}</p>
|
|
|
- <el-input v-if="data.type == '特殊订单' && !hidePrice" :disabled="data.status == '审核' || data.status == '关闭' || data.status == '确认'" v-model="scope.row.price" @change="priceChange(scope.row,scope.$index)" size="mini"></el-input>
|
|
|
+ <el-input v-if="data.type == '特殊订单' && !hidePrice" :disabled="data.status == '提交' || data.status == '审核' || data.status == '关闭' || data.status == '确认' || data.status == '手工关闭'" v-model="scope.row.price" @change="priceChange(scope.row,scope.$index)" size="mini"></el-input>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
@@ -89,7 +89,7 @@
|
|
|
width="150">
|
|
|
<template slot-scope="scope">
|
|
|
<p v-if="data.type !== '特殊订单' || hidePrice">¥ {{tool.formatAmount(scope.row.amount,2)}}</p>
|
|
|
- <el-input v-if="data.type == '特殊订单' && !hidePrice" :disabled="data.status == '审核' || data.status == '关闭' || data.status == '确认'" v-model="scope.row.amount" @change="amountChange(scope.row,scope.$index)" size="mini"></el-input>
|
|
|
+ <el-input v-if="data.type == '特殊订单' && !hidePrice" :disabled="data.status == '提交' || data.status == '审核' || data.status == '关闭' || data.status == '确认' || data.status == '手工关闭'" v-model="scope.row.amount" @change="amountChange(scope.row,scope.$index)" size="mini"></el-input>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|