|
@@ -306,7 +306,7 @@
|
306
|
306
|
align="center"
|
307
|
307
|
label="置换量(ml)"
|
308
|
308
|
width="100"
|
309
|
|
- v-if=" isShow('置换量') && ((template_id == 6 && org_id != 9919) || template_id == 10 || template_id == 11 || template_id == 20 || template_id == 26 || template_id == 29)" >
|
|
309
|
+ v-if=" isShow('置换量') && ((template_id == 6 && org_id != 9919 && org_id!=10191) || org_id == 9779 || template_id == 11 || template_id == 20 || template_id == 26 || template_id == 29)" >
|
310
|
310
|
<template slot-scope="scope">
|
311
|
311
|
{{ scope.row.displacement_quantity ? scope.row.displacement_quantity : "" }}
|
312
|
312
|
</template>
|
|
@@ -317,7 +317,7 @@
|
317
|
317
|
align="center"
|
318
|
318
|
label="置换量(L)"
|
319
|
319
|
width="100"
|
320
|
|
- v-if=" isShow('置换量') && ((template_id != 6 || org_id == 9919) && template_id != 10 && template_id != 11 && template_id != 20 && template_id != 26 && template_id != 29)" >
|
|
320
|
+ v-if=" isShow('置换量') && ((template_id != 6 || org_id == 9919 || org_id == 10191) && template_id != 9779 && template_id != 11 && template_id != 20 && template_id != 26 && template_id != 29)" >
|
321
|
321
|
<template slot-scope="scope">
|
322
|
322
|
{{ scope.row.displacement_quantity ? scope.row.displacement_quantity : "" }}
|
323
|
323
|
</template>
|
|
@@ -694,12 +694,12 @@
|
694
|
694
|
<el-input v-model="form.replacement_rate"></el-input>
|
695
|
695
|
</el-form-item>
|
696
|
696
|
</el-col>
|
697
|
|
- <el-col :span="8" v-if=" isShow('置换量') && ((template_id != 6 || org_id == 9919) && template_id != 10 && template_id != 11 && template_id != 20 && template_id != 26 && template_id != 29)">
|
|
697
|
+ <el-col :span="8" v-if=" isShow('置换量') && ((template_id != 6 || org_id == 9919 || org_id == 10191) && org_id != 9779 && template_id != 11 && template_id != 20 && template_id != 26 && template_id != 29)">
|
698
|
698
|
<el-form-item label="置换量(L):">
|
699
|
699
|
<el-input v-model="form.displacement_quantity"></el-input>
|
700
|
700
|
</el-form-item>
|
701
|
701
|
</el-col>
|
702
|
|
- <el-col :span="8" v-if=" isShow('置换量') && ((template_id == 6 && org_id != 9919) || template_id == 10 || template_id == 11 || template_id == 20 || template_id == 26 || template_id == 29)">
|
|
702
|
+ <el-col :span="8" v-if=" isShow('置换量') && ((template_id == 6 && org_id != 9919 && org_id!=10191) || org_id == 9779 || template_id == 11 || template_id == 20 || template_id == 26 || template_id == 29)">
|
703
|
703
|
<el-form-item label="置换量(ml):">
|
704
|
704
|
<el-input v-model="form.displacement_quantity"></el-input>
|
705
|
705
|
</el-form-item>
|