Selaa lähdekoodia

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

seimin 1 vuosi sitten
vanhempi
commit
3966149f4c

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

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

+ 1 - 1
pages/receiptpage/receiptpage.vue

@@ -1885,7 +1885,7 @@
1885 1885
                       if(res.orderId){
1886 1886
                         if(res.type == 'user'){
1887 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 1890
                         } else if(res.type == 'dept'){
1891 1891
                           uni.navigateTo({