|
@@ -117,12 +117,12 @@
|
|
|
@click="handleDeliverGoods(row)">
|
|
@click="handleDeliverGoods(row)">
|
|
|
发货
|
|
发货
|
|
|
</el-button>
|
|
</el-button>
|
|
|
- <el-button
|
|
|
|
|
|
|
+ <!-- <el-button
|
|
|
v-if="row.progressStatus == 20 && row.deliverStatus == '30' && row.progressType == '10' && userId == saleId"
|
|
v-if="row.progressStatus == 20 && row.deliverStatus == '30' && row.progressType == '10' && userId == saleId"
|
|
|
type="text"
|
|
type="text"
|
|
|
@click="handleInspectGoods(row)">
|
|
@click="handleInspectGoods(row)">
|
|
|
验收
|
|
验收
|
|
|
- </el-button>
|
|
|
|
|
|
|
+ </el-button> -->
|
|
|
<el-button
|
|
<el-button
|
|
|
v-if="
|
|
v-if="
|
|
|
row.progressStatus == 20 &&
|
|
row.progressStatus == 20 &&
|