From de32eaefeb995ce67a638ca82bc6760075af2eb5 Mon Sep 17 00:00:00 2001
From: wtt <1985833171@qq.com>
Date: 星期四, 20 十一月 2025 10:17:46 +0800
Subject: [PATCH] Merge branch 'Dev' of http://101.37.171.70:10101/r/~jhz/STUWMS into Dev
---
pages/gongxuOut/Cj_StationOutBill.vue | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/pages/gongxuOut/form.vue b/pages/gongxuOut/Cj_StationOutBill.vue
similarity index 99%
rename from pages/gongxuOut/form.vue
rename to pages/gongxuOut/Cj_StationOutBill.vue
index d9cc718..01b78d0 100644
--- a/pages/gongxuOut/form.vue
+++ b/pages/gongxuOut/Cj_StationOutBill.vue
@@ -1711,7 +1711,7 @@
},
addNew() {
uni.redirectTo({
- url: '/pages/gongxuOut/form?OperationType=1'
+ url: '/pages/gongxuOut/Cj_StationOutBill?OperationType=1'
})
},
submit() {
@@ -1787,7 +1787,7 @@
})
setTimeout(() => {
uni.redirectTo({
- url: '/pages/gongxuOut/table'
+ url: '/pages/gongxuOut/Cj_StationOutBillList'
})
}, 1000)
} else {
@@ -1799,7 +1799,7 @@
console.log('鐢ㄦ埛鐐瑰嚮纭畾');
this.getNextProc()
// uni.redirectTo({
- // url: '/pages/gongxuOut/form?OperationType=1'
+ // url: '/pages/gongxuOut/Cj_StationOutBill?OperationType=1'
// })
} else if (res.cancel) {
console.log('鐢ㄦ埛鐐瑰嚮鍙栨秷');
@@ -1807,7 +1807,7 @@
// uni.navigateBack();
// }, 50)
uni.redirectTo({
- url: '/pages/gongxuOut/form?OperationType=1'
+ url: '/pages/gongxuOut/Cj_StationOutBill?OperationType=1'
})
}
}
@@ -1973,13 +1973,13 @@
icon: 'none'
})
uni.redirectTo({
- url: '/pages/gongxuOut/form?OperationType=1'
+ url: '/pages/gongxuOut/Cj_StationOutBill?OperationType=1'
})
}else{
this.hform.HProcNo=nextProcess["宸ュ簭鍙�"];
const HNextBarCode = this.hform.HBarCode+"@"+this.hform.HProcNo+"@"+this.hform.HSEQNumber
uni.redirectTo({
- url: '/pages/gongxuOut/form?OperationType=1&HBarCode='+HNextBarCode
+ url: '/pages/gongxuOut/Cj_StationOutBill?OperationType=1&HBarCode='+HNextBarCode
})
}
}else{
--
Gitblit v1.9.1