Browse Source

no message

linwenxin 6 months ago
parent
commit
91b4103d54

+ 1 - 1
src/packageWorkorder/pages/orderDetail.vue

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

+ 2 - 2
src/packageWorkorder/pages/orderList.vue

@@ -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