diff --git a/components/VNavigationBar.vue b/components/VNavigationBar.vue
index b3a4c83..05a8097 100644
--- a/components/VNavigationBar.vue
+++ b/components/VNavigationBar.vue
@@ -25,6 +25,9 @@
新增
+
+ 新增配件
+
+
+
+
@@ -41,7 +44,8 @@
已领取:
{{ item.waresAlreadyCount }}
-
+
+ 仓管添加
@@ -114,15 +118,23 @@ export default {
this.twId = this.formData.id
this.ticketId = this.formData.ticketId
this.nowStaffId = this.formData.repairId
- this.init()
+ // this.init()
}
if (data.isToBeReviewed) {
this.isToBeReviewed = JSON.parse(data.isToBeReviewed)
}
},
-
+ onShow(){
+ this.init()
+ },
computed: {},
methods: {
+ addWares(){
+ //配件申请
+ uni.navigateTo({
+ url: '/pages-repair/apply/applyForm?twId=' + this.twId+'&ifHouse=true'
+ })
+ },
toInWares(){
uni.navigateTo({
url: '/pages-order/orderList/orderListByIn?twId=' + this.twId