|
@@ -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
|
}
|