增加注释
Showing
15 changed files
with
130 additions
and
0 deletions
... | @@ -182,6 +182,10 @@ | ... | @@ -182,6 +182,10 @@ |
182 | } | 182 | } |
183 | }, | 183 | }, |
184 | methods: { | 184 | methods: { |
185 | /** | ||
186 | * @description: featchData | ||
187 | * @author: renchao | ||
188 | */ | ||
185 | async featchData () { | 189 | async featchData () { |
186 | try { | 190 | try { |
187 | let { result: { list, total, pages: pageSize, pageNum: current } | 191 | let { result: { list, total, pages: pageSize, pageNum: current } | ... | ... |
... | @@ -153,6 +153,10 @@ | ... | @@ -153,6 +153,10 @@ |
153 | } | 153 | } |
154 | }, | 154 | }, |
155 | methods: { | 155 | methods: { |
156 | /** | ||
157 | * @description: featchData | ||
158 | * @author: renchao | ||
159 | */ | ||
156 | async featchData () { | 160 | async featchData () { |
157 | try { | 161 | try { |
158 | let { result: { list, total, pages: pageSize, pageNum: current } | 162 | let { result: { list, total, pages: pageSize, pageNum: current } | ... | ... |
... | @@ -158,6 +158,10 @@ | ... | @@ -158,6 +158,10 @@ |
158 | } | 158 | } |
159 | }, | 159 | }, |
160 | methods: { | 160 | methods: { |
161 | /** | ||
162 | * @description: featchData | ||
163 | * @author: renchao | ||
164 | */ | ||
161 | async featchData () { | 165 | async featchData () { |
162 | try { | 166 | try { |
163 | this.form = Object.assign(this.form, this.formData) | 167 | this.form = Object.assign(this.form, this.formData) | ... | ... |
... | @@ -154,10 +154,19 @@ | ... | @@ -154,10 +154,19 @@ |
154 | }, | 154 | }, |
155 | methods: { | 155 | methods: { |
156 | // 是否显示下拉框 | 156 | // 是否显示下拉框 |
157 | /** | ||
158 | * @description: 是否显示下拉框 | ||
159 | * @param {*} e | ||
160 | * @author: renchao | ||
161 | */ | ||
157 | isShowSelectOptions (e) { | 162 | isShowSelectOptions (e) { |
158 | if (!e) this.$refs.selectmanyQL.blur() | 163 | if (!e) this.$refs.selectmanyQL.blur() |
159 | if (!e) this.$refs.selectmanyDJ.blur() | 164 | if (!e) this.$refs.selectmanyDJ.blur() |
160 | }, | 165 | }, |
166 | /** | ||
167 | * @description: featchData | ||
168 | * @author: renchao | ||
169 | */ | ||
161 | async featchData () { | 170 | async featchData () { |
162 | try { | 171 | try { |
163 | this.form = Object.assign(this.form, this.formData) | 172 | this.form = Object.assign(this.form, this.formData) |
... | @@ -174,6 +183,12 @@ | ... | @@ -174,6 +183,12 @@ |
174 | // this.$refs.msg.messageShow() | 183 | // this.$refs.msg.messageShow() |
175 | } | 184 | } |
176 | }, | 185 | }, |
186 | /** | ||
187 | * @description: handlDatadetails | ||
188 | * @param {*} index | ||
189 | * @param {*} row | ||
190 | * @author: renchao | ||
191 | */ | ||
177 | async handlDatadetails (index, row) { | 192 | async handlDatadetails (index, row) { |
178 | let { result: res, message } = await sjsbFunctionOper.getQltFwFdcqYzByCondition(row.BSM_SJSB) | 193 | let { result: res, message } = await sjsbFunctionOper.getQltFwFdcqYzByCondition(row.BSM_SJSB) |
179 | if (res != null) { | 194 | if (res != null) { | ... | ... |
... | @@ -118,9 +118,18 @@ | ... | @@ -118,9 +118,18 @@ |
118 | }, | 118 | }, |
119 | methods: { | 119 | methods: { |
120 | // 是否显示下拉框 | 120 | // 是否显示下拉框 |
121 | /** | ||
122 | * @description: 是否显示下拉框 | ||
123 | * @param {*} e | ||
124 | * @author: renchao | ||
125 | */ | ||
121 | isShowSelectOptions (e) { | 126 | isShowSelectOptions (e) { |
122 | if (!e) this.$refs.selectshareQL.blur() | 127 | if (!e) this.$refs.selectshareQL.blur() |
123 | }, | 128 | }, |
129 | /** | ||
130 | * @description: featchData | ||
131 | * @author: renchao | ||
132 | */ | ||
124 | async featchData () { | 133 | async featchData () { |
125 | try { | 134 | try { |
126 | this.form = Object.assign(this.form, this.formData) | 135 | this.form = Object.assign(this.form, this.formData) |
... | @@ -136,6 +145,12 @@ | ... | @@ -136,6 +145,12 @@ |
136 | this.message = error | 145 | this.message = error |
137 | } | 146 | } |
138 | }, | 147 | }, |
148 | /** | ||
149 | * @description: handlDatadetails | ||
150 | * @param {*} index | ||
151 | * @param {*} row | ||
152 | * @author: renchao | ||
153 | */ | ||
139 | async handlDatadetails (index, row) { | 154 | async handlDatadetails (index, row) { |
140 | let { result: res, message } = await sjsbFunctionOper.getQltFwFdcqYzByCondition(row.BSM_SJSB) | 155 | let { result: res, message } = await sjsbFunctionOper.getQltFwFdcqYzByCondition(row.BSM_SJSB) |
141 | if (res != null) { | 156 | if (res != null) { | ... | ... |
... | @@ -186,10 +186,19 @@ | ... | @@ -186,10 +186,19 @@ |
186 | }, | 186 | }, |
187 | methods: { | 187 | methods: { |
188 | // 是否显示下拉框 | 188 | // 是否显示下拉框 |
189 | /** | ||
190 | * @description: 是否显示下拉框 | ||
191 | * @param {*} e | ||
192 | * @author: renchao | ||
193 | */ | ||
189 | isShowSelectOptions (e) { | 194 | isShowSelectOptions (e) { |
190 | if (!e) this.$refs.selectsingleQL.blur() | 195 | if (!e) this.$refs.selectsingleQL.blur() |
191 | if (!e) this.$refs.selectsingleDJ.blur() | 196 | if (!e) this.$refs.selectsingleDJ.blur() |
192 | }, | 197 | }, |
198 | /** | ||
199 | * @description: featchData | ||
200 | * @author: renchao | ||
201 | */ | ||
193 | async featchData () { | 202 | async featchData () { |
194 | try { | 203 | try { |
195 | this.form = Object.assign(this.form, this.formData) | 204 | this.form = Object.assign(this.form, this.formData) |
... | @@ -206,6 +215,12 @@ | ... | @@ -206,6 +215,12 @@ |
206 | // this.$refs.msg.messageShow() | 215 | // this.$refs.msg.messageShow() |
207 | } | 216 | } |
208 | }, | 217 | }, |
218 | /** | ||
219 | * @description: handlDatadetails | ||
220 | * @param {*} index | ||
221 | * @param {*} row | ||
222 | * @author: renchao | ||
223 | */ | ||
209 | async handlDatadetails (index, row) { | 224 | async handlDatadetails (index, row) { |
210 | let { result: res, message } = await sjsbFunctionOper.getQltFwFdcqYzByCondition(row.BSM_SJSB) | 225 | let { result: res, message } = await sjsbFunctionOper.getQltFwFdcqYzByCondition(row.BSM_SJSB) |
211 | if (res != null) { | 226 | if (res != null) { | ... | ... |
... | @@ -146,10 +146,19 @@ | ... | @@ -146,10 +146,19 @@ |
146 | }, | 146 | }, |
147 | methods: { | 147 | methods: { |
148 | // 是否显示下拉框 | 148 | // 是否显示下拉框 |
149 | /** | ||
150 | * @description: 是否显示下拉框 | ||
151 | * @param {*} e | ||
152 | * @author: renchao | ||
153 | */ | ||
149 | isShowSelectOptions (e) { | 154 | isShowSelectOptions (e) { |
150 | if (!e) this.$refs.selectownershipQL.blur() | 155 | if (!e) this.$refs.selectownershipQL.blur() |
151 | if (!e) this.$refs.selectownershipDJ.blur() | 156 | if (!e) this.$refs.selectownershipDJ.blur() |
152 | }, | 157 | }, |
158 | /** | ||
159 | * @description: featchData | ||
160 | * @author: renchao | ||
161 | */ | ||
153 | async featchData () { | 162 | async featchData () { |
154 | try { | 163 | try { |
155 | this.form = Object.assign(this.form, this.formData) | 164 | this.form = Object.assign(this.form, this.formData) | ... | ... |
... | @@ -153,10 +153,19 @@ | ... | @@ -153,10 +153,19 @@ |
153 | }, | 153 | }, |
154 | methods: { | 154 | methods: { |
155 | // 是否显示下拉框 | 155 | // 是否显示下拉框 |
156 | /** | ||
157 | * @description: 是否显示下拉框 | ||
158 | * @param {*} e | ||
159 | * @author: renchao | ||
160 | */ | ||
156 | isShowSelectOptions (e) { | 161 | isShowSelectOptions (e) { |
157 | if (!e) this.$refs.selectseaAreaQL.blur() | 162 | if (!e) this.$refs.selectseaAreaQL.blur() |
158 | if (!e) this.$refs.selectseaAreaDJ.blur() | 163 | if (!e) this.$refs.selectseaAreaDJ.blur() |
159 | }, | 164 | }, |
165 | /** | ||
166 | * @description: featchData | ||
167 | * @author: renchao | ||
168 | */ | ||
160 | async featchData () { | 169 | async featchData () { |
161 | try { | 170 | try { |
162 | this.form = Object.assign(this.form, this.formData) | 171 | this.form = Object.assign(this.form, this.formData) | ... | ... |
... | @@ -146,10 +146,19 @@ | ... | @@ -146,10 +146,19 @@ |
146 | }, | 146 | }, |
147 | methods: { | 147 | methods: { |
148 | // 是否显示下拉框 | 148 | // 是否显示下拉框 |
149 | /** | ||
150 | * @description: 是否显示下拉框 | ||
151 | * @param {*} e | ||
152 | * @author: renchao | ||
153 | */ | ||
149 | isShowSelectOptions (e) { | 154 | isShowSelectOptions (e) { |
150 | if (!e) this.$refs.selectbuildQL.blur() | 155 | if (!e) this.$refs.selectbuildQL.blur() |
151 | if (!e) this.$refs.selectbuildDJ.blur() | 156 | if (!e) this.$refs.selectbuildDJ.blur() |
152 | }, | 157 | }, |
158 | /** | ||
159 | * @description: featchData | ||
160 | * @author: renchao | ||
161 | */ | ||
153 | async featchData () { | 162 | async featchData () { |
154 | try { | 163 | try { |
155 | this.form = Object.assign(this.form, this.formData) | 164 | this.form = Object.assign(this.form, this.formData) |
... | @@ -166,6 +175,12 @@ | ... | @@ -166,6 +175,12 @@ |
166 | // this.$refs.msg.messageShow() | 175 | // this.$refs.msg.messageShow() |
167 | } | 176 | } |
168 | }, | 177 | }, |
178 | /** | ||
179 | * @description: handlDatadetails | ||
180 | * @param {*} index | ||
181 | * @param {*} row | ||
182 | * @author: renchao | ||
183 | */ | ||
169 | async handlDatadetails (index, row) { | 184 | async handlDatadetails (index, row) { |
170 | let { result: res, message } = await sjsbFunctionOper.getQltFwFdcqYzByCondition(row.BSM_SJSB) | 185 | let { result: res, message } = await sjsbFunctionOper.getQltFwFdcqYzByCondition(row.BSM_SJSB) |
171 | if (res != null) { | 186 | if (res != null) { | ... | ... |
... | @@ -141,6 +141,10 @@ | ... | @@ -141,6 +141,10 @@ |
141 | } | 141 | } |
142 | }, | 142 | }, |
143 | methods: { | 143 | methods: { |
144 | /** | ||
145 | * @description: featchData | ||
146 | * @author: renchao | ||
147 | */ | ||
144 | async featchData () { | 148 | async featchData () { |
145 | try { | 149 | try { |
146 | this.form = Object.assign(this.form, this.formData) | 150 | this.form = Object.assign(this.form, this.formData) | ... | ... |
... | @@ -147,6 +147,10 @@ | ... | @@ -147,6 +147,10 @@ |
147 | } | 147 | } |
148 | }, | 148 | }, |
149 | methods: { | 149 | methods: { |
150 | /** | ||
151 | * @description: featchData | ||
152 | * @author: renchao | ||
153 | */ | ||
150 | async featchData () { | 154 | async featchData () { |
151 | try { | 155 | try { |
152 | this.form = Object.assign(this.form, this.formData) | 156 | this.form = Object.assign(this.form, this.formData) | ... | ... |
... | @@ -142,6 +142,10 @@ | ... | @@ -142,6 +142,10 @@ |
142 | } | 142 | } |
143 | }, | 143 | }, |
144 | methods: { | 144 | methods: { |
145 | /** | ||
146 | * @description: featchData | ||
147 | * @author: renchao | ||
148 | */ | ||
145 | async featchData () { | 149 | async featchData () { |
146 | try { | 150 | try { |
147 | this.form = Object.assign(this.form, this.formData) | 151 | this.form = Object.assign(this.form, this.formData) | ... | ... |
... | @@ -145,10 +145,19 @@ | ... | @@ -145,10 +145,19 @@ |
145 | }, | 145 | }, |
146 | methods: { | 146 | methods: { |
147 | // 是否显示下拉框 | 147 | // 是否显示下拉框 |
148 | /** | ||
149 | * @description: 是否显示下拉框 | ||
150 | * @param {*} e | ||
151 | * @author: renchao | ||
152 | */ | ||
148 | isShowSelectOptions (e) { | 153 | isShowSelectOptions (e) { |
149 | if (!e) this.$refs.selectnoticeRegQL.blur() | 154 | if (!e) this.$refs.selectnoticeRegQL.blur() |
150 | if (!e) this.$refs.selectnoticeRegDJ.blur() | 155 | if (!e) this.$refs.selectnoticeRegDJ.blur() |
151 | }, | 156 | }, |
157 | /** | ||
158 | * @description: featchData | ||
159 | * @author: renchao | ||
160 | */ | ||
152 | async featchData () { | 161 | async featchData () { |
153 | try { | 162 | try { |
154 | let { result: { list, total, pages: pageSize, pageNum: current } | 163 | let { result: { list, total, pages: pageSize, pageNum: current } | ... | ... |
... | @@ -141,10 +141,19 @@ | ... | @@ -141,10 +141,19 @@ |
141 | }, | 141 | }, |
142 | methods: { | 142 | methods: { |
143 | // 是否显示下拉框 | 143 | // 是否显示下拉框 |
144 | /** | ||
145 | * @description: 是否显示下拉框 | ||
146 | * @param {*} e | ||
147 | * @author: renchao | ||
148 | */ | ||
144 | isShowSelectOptions (e) { | 149 | isShowSelectOptions (e) { |
145 | if (!e) this.$refs.selectobjectionRegQL.blur() | 150 | if (!e) this.$refs.selectobjectionRegQL.blur() |
146 | if (!e) this.$refs.selectobjectionRegDJ.blur() | 151 | if (!e) this.$refs.selectobjectionRegDJ.blur() |
147 | }, | 152 | }, |
153 | /** | ||
154 | * @description: featchData | ||
155 | * @author: renchao | ||
156 | */ | ||
148 | async featchData () { | 157 | async featchData () { |
149 | try { | 158 | try { |
150 | this.form = Object.assign(this.form, this.formData) | 159 | this.form = Object.assign(this.form, this.formData) |
... | @@ -161,6 +170,12 @@ | ... | @@ -161,6 +170,12 @@ |
161 | this.$refs.msg.messageShow() | 170 | this.$refs.msg.messageShow() |
162 | } | 171 | } |
163 | }, | 172 | }, |
173 | /** | ||
174 | * @description: handlDatadetails | ||
175 | * @param {*} index | ||
176 | * @param {*} row | ||
177 | * @author: renchao | ||
178 | */ | ||
164 | handledetails (index, row) { | 179 | handledetails (index, row) { |
165 | } | 180 | } |
166 | } | 181 | } | ... | ... |
... | @@ -129,6 +129,10 @@ | ... | @@ -129,6 +129,10 @@ |
129 | } | 129 | } |
130 | }, | 130 | }, |
131 | methods: { | 131 | methods: { |
132 | /** | ||
133 | * @description: featchData | ||
134 | * @author: renchao | ||
135 | */ | ||
132 | async featchData () { | 136 | async featchData () { |
133 | try { | 137 | try { |
134 | this.form = Object.assign(this.form, this.formData) | 138 | this.form = Object.assign(this.form, this.formData) | ... | ... |
-
Please register or sign in to post a comment