393dbb3a by renchao@pashanhoo.com

style:登记簿补录模块功能的完善

1 parent b56b8d4c
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-09-26 13:31:57 4 * @LastEditTime: 2023-11-02 13:27:43
5 :show-message="false" 5 :show-message="false"
6 --> 6 -->
7 <template> 7 <template>
...@@ -49,7 +49,7 @@ ...@@ -49,7 +49,7 @@
49 :rules="rules.ztQlxxrules"> 49 :rules="rules.ztQlxxrules">
50 <select-table 50 <select-table
51 v-model="ruleForm.ztQlxx" 51 v-model="ruleForm.ztQlxx"
52 :table-width="730" 52 table-width="100%"
53 :tableData="ztQlxxList" 53 :tableData="ztQlxxList"
54 :props="props" 54 :props="props"
55 @change="ztQlxxchange"> 55 @change="ztQlxxchange">
...@@ -130,7 +130,7 @@ ...@@ -130,7 +130,7 @@
130 :rules="rules.ssQlxxrules"> 130 :rules="rules.ssQlxxrules">
131 <select-table 131 <select-table
132 v-model="ruleForm.ssQlxx" 132 v-model="ruleForm.ssQlxx"
133 :table-width="730" 133 table-width="100%"
134 :tableData="ssQlxxList" 134 :tableData="ssQlxxList"
135 :props="props" 135 :props="props"
136 @change="ssQlxxchange"> 136 @change="ssQlxxchange">
......
...@@ -281,8 +281,8 @@ ...@@ -281,8 +281,8 @@
281 } else { 281 } else {
282 this.$alert(res.message, "提示", { 282 this.$alert(res.message, "提示", {
283 confirmButtonText: "确定", 283 confirmButtonText: "确定",
284 type: "warning", 284 type: "warning"
285 }); 285 })
286 } 286 }
287 }) 287 })
288 .catch((res) => { 288 .catch((res) => {
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-10-09 11:02:50 4 * @LastEditTime: 2023-11-02 13:21:39
5 --> 5 -->
6 <template> 6 <template>
7 <div class="djxxTable"> 7 <div class="djxxTable">
...@@ -157,7 +157,6 @@ ...@@ -157,7 +157,6 @@
157 } 157 }
158 return name; 158 return name;
159 }, 159 },
160 // 新增一条补录信息
161 /** 160 /**
162 * @description: 新增一条补录信息 161 * @description: 新增一条补录信息
163 * @param {*} row 162 * @param {*} row
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-08-23 15:54:12 4 * @LastEditTime: 2023-11-02 13:38:33
5 --> 5 -->
6 <template> 6 <template>
7 <div class="djxxTable"> 7 <div class="djxxTable">
...@@ -175,10 +175,10 @@ ...@@ -175,10 +175,10 @@
175 }) 175 })
176 .then(() => { 176 .then(() => {
177 this.$parent.addRepairRecord(row, del); 177 this.$parent.addRepairRecord(row, del);
178 this.$message({ 178 // this.$message({
179 type: "success", 179 // type: "success",
180 message: "补录成功!", 180 // message: "补录成功!",
181 }); 181 // });
182 }) 182 })
183 .catch(() => { 183 .catch(() => {
184 this.$message({ 184 this.$message({
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-10-09 10:35:11 4 * @LastEditTime: 2023-11-02 13:38:48
5 --> 5 -->
6 <template> 6 <template>
7 <div class="djxxTable"> 7 <div class="djxxTable">
...@@ -171,10 +171,10 @@ ...@@ -171,10 +171,10 @@
171 .then(() => { 171 .then(() => {
172 this.$parent.addRepairRecord(row, del); 172 this.$parent.addRepairRecord(row, del);
173 173
174 this.$message({ 174 // this.$message({
175 type: "success", 175 // type: "success",
176 message: "补录成功!", 176 // message: "补录成功!",
177 }); 177 // });
178 }) 178 })
179 .catch(() => { 179 .catch(() => {
180 this.$message({ 180 this.$message({
......
...@@ -177,10 +177,10 @@ ...@@ -177,10 +177,10 @@
177 }).then(() => { 177 }).then(() => {
178 this.$parent.addRepairRecord(row, del) 178 this.$parent.addRepairRecord(row, del)
179 179
180 this.$message({ 180 // this.$message({
181 type: 'success', 181 // type: 'success',
182 message: '补录成功!' 182 // message: '补录成功!'
183 }); 183 // });
184 }).catch(() => { 184 }).catch(() => {
185 this.$message({ 185 this.$message({
186 type: 'info', 186 type: 'info',
......
...@@ -79,7 +79,7 @@ ...@@ -79,7 +79,7 @@
79 qsztList: datas.columns().qsztList, 79 qsztList: datas.columns().qsztList,
80 checkList: datas.columns().checkList, 80 checkList: datas.columns().checkList,
81 //传递参数 81 //传递参数
82 bdcdyid: this.$route.query.bdcdyid, 82 bdcdyid: this.$route.query.bdcdyid,
83 qllx: this.$route.query.qllx, 83 qllx: this.$route.query.qllx,
84 //列表数据 84 //列表数据
85 tableData: [], 85 tableData: [],
...@@ -166,10 +166,10 @@ ...@@ -166,10 +166,10 @@
166 }).then(() => { 166 }).then(() => {
167 this.$parent.addRepairRecord(row, del) 167 this.$parent.addRepairRecord(row, del)
168 168
169 this.$message({ 169 // this.$message({
170 type: 'success', 170 // type: 'success',
171 message: '补录成功!' 171 // message: '补录成功!'
172 }); 172 // });
173 }).catch(() => { 173 }).catch(() => {
174 this.$message({ 174 this.$message({
175 type: 'info', 175 type: 'info',
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-09-22 09:56:51 4 * @LastEditTime: 2023-11-02 13:39:06
5 --> 5 -->
6 <template> 6 <template>
7 <div class="all"> 7 <div class="all">
...@@ -134,10 +134,10 @@ ...@@ -134,10 +134,10 @@
134 .then(() => { 134 .then(() => {
135 this.$parent.addRepairRecord(row, del); 135 this.$parent.addRepairRecord(row, del);
136 136
137 this.$message({ 137 // this.$message({
138 type: "success", 138 // type: "success",
139 message: "补录成功!", 139 // message: "补录成功!",
140 }); 140 // });
141 }) 141 })
142 .catch(() => { 142 .catch(() => {
143 this.$message({ 143 this.$message({
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-08-25 17:19:17 4 * @LastEditTime: 2023-11-02 13:39:10
5 --> 5 -->
6 <template> 6 <template>
7 <div class="djxxTable"> 7 <div class="djxxTable">
...@@ -217,10 +217,10 @@ ...@@ -217,10 +217,10 @@
217 }).then(() => { 217 }).then(() => {
218 this.$parent.addRepairRecord(row, del) 218 this.$parent.addRepairRecord(row, del)
219 219
220 this.$message({ 220 // this.$message({
221 type: 'success', 221 // type: 'success',
222 message: '补录成功!' 222 // message: '补录成功!'
223 }); 223 // });
224 }).catch(() => { 224 }).catch(() => {
225 this.$message({ 225 this.$message({
226 type: 'info', 226 type: 'info',
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-08-25 17:14:29 4 * @LastEditTime: 2023-11-02 13:39:13
5 --> 5 -->
6 <template> 6 <template>
7 <div class="djxxTable"> 7 <div class="djxxTable">
...@@ -166,10 +166,10 @@ ...@@ -166,10 +166,10 @@
166 }).then(() => { 166 }).then(() => {
167 this.$parent.addRepairRecord(row, del) 167 this.$parent.addRepairRecord(row, del)
168 168
169 this.$message({ 169 // this.$message({
170 type: 'success', 170 // type: 'success',
171 message: '补录成功!' 171 // message: '补录成功!'
172 }); 172 // });
173 }).catch(() => { 173 }).catch(() => {
174 this.$message({ 174 this.$message({
175 type: 'info', 175 type: 'info',
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-08-24 16:15:45 4 * @LastEditTime: 2023-11-02 13:39:17
5 --> 5 -->
6 <template> 6 <template>
7 <div class="djxxTable"> 7 <div class="djxxTable">
...@@ -166,10 +166,10 @@ ...@@ -166,10 +166,10 @@
166 }).then(() => { 166 }).then(() => {
167 this.$parent.addRepairRecord(row, del) 167 this.$parent.addRepairRecord(row, del)
168 168
169 this.$message({ 169 // this.$message({
170 type: 'success', 170 // type: 'success',
171 message: '补录成功!' 171 // message: '补录成功!'
172 }); 172 // });
173 }).catch(() => { 173 }).catch(() => {
174 this.$message({ 174 this.$message({
175 type: 'info', 175 type: 'info',
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-11-01 14:31:16 4 * @LastEditTime: 2023-11-02 13:39:28
5 --> 5 -->
6 <template> 6 <template>
7 <div class="tableBox"> 7 <div class="tableBox">
...@@ -228,10 +228,10 @@ ...@@ -228,10 +228,10 @@
228 }) 228 })
229 .then(() => { 229 .then(() => {
230 this.$parent.$parent.addRepairRecord(row, del); 230 this.$parent.$parent.addRepairRecord(row, del);
231 this.$message({ 231 // this.$message({
232 type: "success", 232 // type: "success",
233 message: "补录成功!" 233 // message: "补录成功!"
234 }) 234 // })
235 }) 235 })
236 .catch(() => { 236 .catch(() => {
237 this.$message({ 237 this.$message({
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: miaofang 3 * @Autor: miaofang
4 * @LastEditTime: 2023-11-01 14:24:12 4 * @LastEditTime: 2023-11-02 13:39:22
5 --> 5 -->
6 <template> 6 <template>
7 <div class="djxxTable"> 7 <div class="djxxTable">
...@@ -287,10 +287,10 @@ ...@@ -287,10 +287,10 @@
287 .then(() => { 287 .then(() => {
288 this.$parent.addRepairRecord(row, del); 288 this.$parent.addRepairRecord(row, del);
289 289
290 this.$message({ 290 // this.$message({
291 type: "success", 291 // type: "success",
292 message: "补录成功!", 292 // message: "补录成功!",
293 }); 293 // });
294 }) 294 })
295 .catch(() => { 295 .catch(() => {
296 this.$message({ 296 this.$message({
......