瀏覽代碼

BUG修改

seimin 2 年之前
父節點
當前提交
0daea8d028
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      pages/check_blood/check_blood.vue

+ 2 - 2
pages/check_blood/check_blood.vue

@@ -238,10 +238,10 @@
238 238
                 mask: true,
239 239
               });
240 240
               let postName = '';
241
-              if(this.configs.checkType.value == 1){
241
+              if(this.configs.checkType.value == 1 || (this.configs.checkType.value == 2 && this.order.gdState.value != 5)){
242 242
                 // 起点终点科室按照血制品类型进行核对
243 243
                 postName = '/transflow/checkComplete';
244
-              }else if(this.configs.checkType.value == 2){
244
+              }else if(this.configs.checkType.value == 2 && this.order.gdState.value == 5){
245 245
                 // 终点科室无需扫码进行核对
246 246
                 postName = '/transflow/complete';
247 247
               }