|
|
@@ -162,12 +162,12 @@
|
|
|
icon="el-icon-plus"
|
|
|
@click="handleCommand('outsourceSend', row)"
|
|
|
v-if="
|
|
|
- ['3', '4', '5', '6'].includes(row.sourceType) &&
|
|
|
+ ['3', '4', '5', '6', '8', '9'].includes(row.sourceType) &&
|
|
|
[2].includes(row.orderStatus) &&
|
|
|
row.progress < 200
|
|
|
"
|
|
|
>
|
|
|
- 创建委外发货单
|
|
|
+ 委外发货单
|
|
|
</el-link>
|
|
|
<el-link
|
|
|
type="primary"
|
|
|
@@ -175,12 +175,12 @@
|
|
|
icon="el-icon-plus"
|
|
|
@click="handleCommand('invoice', row)"
|
|
|
v-if="
|
|
|
- !['3', '4', '5', '6'].includes(row.sourceType) &&
|
|
|
+ !['3', '4', '5', '6', '8', '9'].includes(row.sourceType) &&
|
|
|
[2].includes(row.orderStatus) &&
|
|
|
row.progress < 200
|
|
|
"
|
|
|
>
|
|
|
- 创建收货单
|
|
|
+ 收货单
|
|
|
</el-link>
|
|
|
<el-link
|
|
|
type="primary"
|