浏览代码

被服洗涤收取新建后误操作退出

seimin 1 年之前
父节点
当前提交
3966149f4c

+ 2 - 0
pages/quiltWashing/quiltWashingGetSignIn/quiltWashingGetSignIn.vue

@@ -102,6 +102,7 @@
102
           hosId: this.hosId,
102
           hosId: this.hosId,
103
           bussList,
103
           bussList,
104
           orderId: this.queryObj.orderId,
104
           orderId: this.queryObj.orderId,
105
+          handoverId: this.queryObj.nameId || undefined,
105
         }).then((res) => {
106
         }).then((res) => {
106
           uni.hideLoading();
107
           uni.hideLoading();
107
           if (res.state == 200) {
108
           if (res.state == 200) {
@@ -158,6 +159,7 @@
158
           hosId: this.hosId,
159
           hosId: this.hosId,
159
           bussList,
160
           bussList,
160
           orderId: this.queryObj.orderId,
161
           orderId: this.queryObj.orderId,
162
+          handoverId: this.queryObj.nameId || undefined,
161
         }).then((res) => {
163
         }).then((res) => {
162
           uni.hideLoading();
164
           uni.hideLoading();
163
           if (res.state == 200) {
165
           if (res.state == 200) {

+ 1 - 1
pages/receiptpage/receiptpage.vue

@@ -1885,7 +1885,7 @@
1885
                       if(res.orderId){
1885
                       if(res.orderId){
1886
                         if(res.type == 'user'){
1886
                         if(res.type == 'user'){
1887
                           uni.navigateTo({
1887
                           uni.navigateTo({
1888
-                            url: `../quiltWashing/quiltWashingGetSignIn/quiltWashingGetSignIn?quiltCode=${this.quiltCode}&startDeptId=${res.data.dept.id}&startDeptName=${res.data.dept.dept}&orderId=${res.orderId}&name=${res.data.name}`,
1888
+                            url: `../quiltWashing/quiltWashingGetSignIn/quiltWashingGetSignIn?quiltCode=${this.quiltCode}&startDeptId=${res.data.dept.id}&startDeptName=${res.data.dept.dept}&orderId=${res.orderId}&name=${res.data.name}&nameId=${res.data.id}`,
1889
                           });
1889
                           });
1890
                         } else if(res.type == 'dept'){
1890
                         } else if(res.type == 'dept'){
1891
                           uni.navigateTo({
1891
                           uni.navigateTo({