Commit 0e3cc6e5 by xue_wengang

Update ajbzDetailHN.vue

parent 9e3dd8eb
......@@ -368,74 +368,6 @@
</li>
</ul>
</div>
<el-dialog
title="标识号编辑"
:visible.sync="centerDialogVisible"
width="768px"
v-drag="elementPos"
center
>
<table class="bshTable">
<thead>
<tr>
<th style="width: 256px">标识号</th>
<th style="width: 256px">标识号类型</th>
<th style="width: 256px">人员类型</th>
</tr>
</thead>
<tbody>
<tr
v-for="(data, index) in fwbzhList"
:key="data.rcdid"
>
<td>
<el-input
v-model="formLabelAlign[index]['gjc']"
placeholder="请输入"
></el-input>
</td>
<td>
<el-select
v-model="formLabelAlign[index]['bshlx']"
clearable
placeholder="请选择"
>
<el-option
v-for="item in options"
:key="item.id"
:label="item.label"
:value="item.id"
>
</el-option>
</el-select>
</td>
<td>
<el-select
v-model="formLabelAlign[index]['rylx']"
clearable
placeholder="请选择"
>
<el-option
v-for="item in options1"
:key="item.value"
:label="item.label"
:value="item.value"
>
</el-option>
</el-select>
</td>
</tr>
</tbody>
</table>
<span slot="footer" class="dialog-footer">
<el-button @click="centerDialogVisible = false"
>取 消</el-button
>
<el-button type="primary" @click="handSumit()"
>确 定</el-button
>
</span>
</el-dialog>
</el-card>
</div>
</el-col>
......@@ -587,7 +519,67 @@
</el-main>
<el-footer style="20px"></el-footer>
</el-container>
<el-dialog
title="标识号编辑"
:visible.sync="centerDialogVisible"
width="768px"
center
v-drag="elementPos2"
>
<table class="bshTable">
<thead>
<tr>
<th style="width: 256px">标识号</th>
<th style="width: 256px">标识号类型</th>
<th style="width: 256px">人员类型</th>
</tr>
</thead>
<tbody>
<tr v-for="(data, index) in fwbzhList" :key="data.rcdid">
<td>
<el-input
v-model="formLabelAlign[index]['gjc']"
placeholder="请输入"
></el-input>
</td>
<td>
<el-select
v-model="formLabelAlign[index]['bshlx']"
clearable
placeholder="请选择"
>
<el-option
v-for="item in options"
:key="item.id"
:label="item.label"
:value="item.id"
>
</el-option>
</el-select>
</td>
<td>
<el-select
v-model="formLabelAlign[index]['rylx']"
clearable
placeholder="请选择"
>
<el-option
v-for="item in options1"
:key="item.value"
:label="item.label"
:value="item.value"
>
</el-option>
</el-select>
</td>
</tr>
</tbody>
</table>
<span slot="footer" class="dialog-footer">
<el-button @click="centerDialogVisible = false">取 消</el-button>
<el-button type="primary" @click="handSumit()">确 定</el-button>
</span>
</el-dialog>
<el-dialog
:visible="ajbzHtDialog"
width="40%"
......@@ -744,8 +736,6 @@ export default {
asjbh: "",
htms: "",
},
xzaStr: "",
xalbStr: "",
mainLoading: true,
currentLastData: false,
bzztFlag: false,
......@@ -756,6 +746,10 @@ export default {
left: null,
top: null,
},
elementPos2: {
left: null,
top: null,
},
bzxqtag1: false,
bzxqtag2: false,
bzxqtag3: false,
......@@ -1011,6 +1005,8 @@ export default {
asjbhArrayList: [],
asjbhArraySearchData: "",
asjbhCurrentIndex: "",
xzaStr: '',
xalbStr: '',
};
},
created() {
......@@ -1232,8 +1228,8 @@ export default {
}
this.$confirm(
`您选择的小案类别为:<b style='color:red'>${this.ajxzlbStr ? this.ajxzlbStr : this.xalbStr}</b></br>
<span style='margin-left: 55px'>细案类别为:<b style='color:red'>${this.ajxlbStr ? this.ajxlbStr :
`您选择的小案类别为:<b style='color:red'>${this.xalbStr}</b></br>
<span style='margin-left: 55px'>细案类别为:<b style='color:red'>${
this.xzaStr ? this.xzaStr : "无"
}</b></span> </br>
<span style='margin-left: 55px'>是否进行标注?</span> `,
......@@ -1422,7 +1418,8 @@ export default {
this.ajlbdmStr = res.data.rows.ajlbdmStr;
this.ajxzlbStr = res.data.rows.ajxzlbStr;
this.ajxlbStr = res.data.rows.ajxlbStr;
this.xzaStr = this.ajxlbStr;
this.xalbStr = this.ajxzlbStr;
this.ajzlb = res.data.rows.ajzlb;
this.ajxzlb = res.data.rows.ajxzlb;
this.zatzjyqk = res.data.rows.zatzjyqk;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment