|
@@ -1869,8 +1869,20 @@
|
1869
|
1869
|
uni.hideLoading();
|
1870
|
1870
|
if (res.state == 200) {
|
1871
|
1871
|
this.clothingType = res.type;
|
1872
|
|
- this.showParentQuiltData(res.data);
|
1873
|
|
- // this.showQuiltData(res.data)
|
|
1872
|
+ // 如果当前科室有回收单,并且配送人员是当前登陆人
|
|
1873
|
+ if(res.orderId){
|
|
1874
|
+ if(res.type == 'user'){
|
|
1875
|
+ uni.navigateTo({
|
|
1876
|
+ url: `../quiltWashing/quiltWashingGetSignIn/quiltWashingGetSignIn?quiltCode=${this.quiltCode}&startDeptId=${res.data.dept.id}&startDeptName=${res.data.dept.dept}&orderId=${res.orderId}&name=${res.data.name}`,
|
|
1877
|
+ });
|
|
1878
|
+ } else if(res.type == 'dept'){
|
|
1879
|
+ uni.navigateTo({
|
|
1880
|
+ url: `../quiltWashing/quiltWashingGetSignIn/quiltWashingGetSignIn?quiltCode=${this.quiltCode}&startDeptId=${res.data.id}&startDeptName=${res.data.dept}&orderId=${res.orderId}&name=`,
|
|
1881
|
+ });
|
|
1882
|
+ }
|
|
1883
|
+ }else{
|
|
1884
|
+ this.showParentQuiltData(res.data);
|
|
1885
|
+ }
|
1874
|
1886
|
} else {
|
1875
|
1887
|
uni.navigateTo({
|
1876
|
1888
|
url: `../scanning_Result/scanning_Result?status=${res.state}&msg=${res.msg}&qrcode=${this.quiltCode}`,
|