@@ -7,7 +7,7 @@
class="rx-bc"
style="margin-left: 20px"
v-if="
- item.currentTaskDiagram.type == 4 && this.printStyle == 'juRen1'
+ item.currentTaskDiagram.type == 4 && this.printStyle != 'notExist'
"
><el-button type="text" size="mini" @click="pritJuRen()"
>打印条码</el-button
@@ -314,9 +314,29 @@
</el-select>
<span style="display: inline-block; margin-left: 26px">
- 处置:
+ 处置/原因:
</span>
+ <div
+ v-if="
+ row.extInfo.appearance != 1 &&
+ row.extInfo.notType &&
+ row.extInfo.notType != 5 &&
+ row.extInfo.notType != 8
+ "
+ >
+ <span v-if="isDetails">{{ row.extInfo.notReason }}</span>
+ <el-input
+ v-else
+ size="mini"
+ class="content_num"
+ v-model="row.extInfo.notReason"
+ placeholder="原因"
+ />
+ </div>
<el-select
+ ![1, 2, 3, 4, 6, 9, 7].includes(Number(row.extInfo.notType))
size="mini"
class="content_num"
filterable