|
@@ -131,7 +131,7 @@
|
|
|
plain
|
|
|
type="primary"
|
|
|
text="配件申请"
|
|
|
- v-if="item.orderType != 'INSTALL'"
|
|
|
+ v-if="item.orderType != 'INSTALL' && !item.isImportExcel"
|
|
|
@tap="toPartsApply(item.id)"
|
|
|
></u-button>
|
|
|
<u-button
|
|
@@ -161,7 +161,7 @@
|
|
|
plain
|
|
|
type="primary"
|
|
|
text="配件申请"
|
|
|
- v-if="item.orderType != 'INSTALL'"
|
|
|
+ v-if="item.orderType != 'INSTALL' && !item.isImportExcel"
|
|
|
@tap="toPartsApply(item.id)"
|
|
|
></u-button>
|
|
|
<u-button
|