597bbe1e by renchao@pashanhoo.com

审批意见

1 parent 709b3e3b
<!--
* @Description: 审批意见
* @Autor: renchao
* @LastEditTime: 2024-01-26 08:46:38
* @LastEditTime: 2024-05-17 13:55:50
-->
<template>
<div class="spyj" v-Loading="loading">
......@@ -39,6 +39,11 @@
</el-form-item>
</el-col>
</el-row>
<div class="signature">
<el-form-item label="签名">
<img src="http://192.168.2.38:9000/bdcdj/20240516/5b01b134-fdf5-43b1-84fa-0dde6554b3b3/身份证 (1).jpg" alt="">
</el-form-item>
</div>
<el-row>
<el-col :span="16">
<el-form-item label="审查人">
......@@ -132,7 +137,7 @@
var index = this.tableData.findIndex(
(item) => item.jddm === this.$parent.dqhj
);
console.log("this.tableData111",this.tableData);
console.log("this.tableData111", this.tableData);
if (index == -1) {
switch (this.$parent.dqhj) {
case "cs":
......@@ -145,7 +150,7 @@
this.tableData.push({ jdmc: "核定", jddm: "hd", sxh: 3 });
break;
}
console.log("this.tableData222",this.tableData);
console.log("this.tableData222", this.tableData);
}
this.tableData.forEach((item) => {
item.show = true;
......@@ -157,7 +162,7 @@
item["userid"] = this.userInfo.id;
item.show = false;
}
console.log("this.tableData333",this.tableData);
console.log("this.tableData333", this.tableData);
});
this.loading = false
}
......@@ -223,7 +228,12 @@
</script>
<style scoped lang="scss">
@import "~@/styles/mixin.scss";
.signature {
img {
width: 30px;
height: 20px;
}
}
.spyj {
width: 100%;
height: 100%;
......