ff1c0c09 by yuanbo

增加注释

1 parent feceba45
...@@ -180,6 +180,10 @@ ...@@ -180,6 +180,10 @@
180 } 180 }
181 }, 181 },
182 methods: { 182 methods: {
183 /**
184 * @description: featchData
185 * @author: renchao
186 */
183 async featchData () { 187 async featchData () {
184 try { 188 try {
185 let { result: { list, total, pages: pageSize, pageNum: current } 189 let { result: { list, total, pages: pageSize, pageNum: current }
......
...@@ -146,6 +146,10 @@ ...@@ -146,6 +146,10 @@
146 } 146 }
147 }, 147 },
148 methods: { 148 methods: {
149 /**
150 * @description: featchData
151 * @author: renchao
152 */
149 async featchData () { 153 async featchData () {
150 try { 154 try {
151 let { result: { list, total, pages: pageSize, pageNum: current } 155 let { result: { list, total, pages: pageSize, pageNum: current }
......
...@@ -151,6 +151,10 @@ ...@@ -151,6 +151,10 @@
151 } 151 }
152 }, 152 },
153 methods: { 153 methods: {
154 /**
155 * @description: featchData
156 * @author: renchao
157 */
154 async featchData () { 158 async featchData () {
155 try { 159 try {
156 this.form = Object.assign(this.form, this.formData) 160 this.form = Object.assign(this.form, this.formData)
......
...@@ -147,10 +147,19 @@ ...@@ -147,10 +147,19 @@
147 }, 147 },
148 methods: { 148 methods: {
149 // 是否显示下拉框 149 // 是否显示下拉框
150 /**
151 * @description: 是否显示下拉框
152 * @param {*} e
153 * @author: renchao
154 */
150 isShowSelectOptions (e) { 155 isShowSelectOptions (e) {
151 if (!e) this.$refs.selectmanyQL.blur() 156 if (!e) this.$refs.selectmanyQL.blur()
152 if (!e) this.$refs.selectmanyDJ.blur() 157 if (!e) this.$refs.selectmanyDJ.blur()
153 }, 158 },
159 /**
160 * @description: featchData
161 * @author: renchao
162 */
154 async featchData () { 163 async featchData () {
155 try { 164 try {
156 this.form = Object.assign(this.form, this.formData) 165 this.form = Object.assign(this.form, this.formData)
...@@ -167,6 +176,12 @@ ...@@ -167,6 +176,12 @@
167 // this.$refs.msg.messageShow() 176 // this.$refs.msg.messageShow()
168 } 177 }
169 }, 178 },
179 /**
180 * @description: handlDatadetails
181 * @param {*} index
182 * @param {*} row
183 * @author: renchao
184 */
170 async handlDatadetails (index, row) { 185 async handlDatadetails (index, row) {
171 let { result: res, message } = await sjsbFunctionOper.getQltFwFdcqYzByCondition(row.BSM_SJSB) 186 let { result: res, message } = await sjsbFunctionOper.getQltFwFdcqYzByCondition(row.BSM_SJSB)
172 if (res != null) { 187 if (res != null) {
......
...@@ -111,9 +111,18 @@ ...@@ -111,9 +111,18 @@
111 }, 111 },
112 methods: { 112 methods: {
113 // 是否显示下拉框 113 // 是否显示下拉框
114 /**
115 * @description: 是否显示下拉框
116 * @param {*} e
117 * @author: renchao
118 */
114 isShowSelectOptions (e) { 119 isShowSelectOptions (e) {
115 if (!e) this.$refs.selectshareQL.blur() 120 if (!e) this.$refs.selectshareQL.blur()
116 }, 121 },
122 /**
123 * @description: featchData
124 * @author: renchao
125 */
117 async featchData () { 126 async featchData () {
118 try { 127 try {
119 this.form = Object.assign(this.form, this.formData) 128 this.form = Object.assign(this.form, this.formData)
...@@ -129,6 +138,12 @@ ...@@ -129,6 +138,12 @@
129 this.message = error 138 this.message = error
130 } 139 }
131 }, 140 },
141 /**
142 * @description: handlDatadetails
143 * @param {*} index
144 * @param {*} row
145 * @author: renchao
146 */
132 async handlDatadetails (index, row) { 147 async handlDatadetails (index, row) {
133 let { result: res, message } = await sjsbFunctionOper.getQltFwFdcqYzByCondition(row.BSM_SJSB) 148 let { result: res, message } = await sjsbFunctionOper.getQltFwFdcqYzByCondition(row.BSM_SJSB)
134 if (res != null) { 149 if (res != null) {
......
...@@ -179,10 +179,19 @@ ...@@ -179,10 +179,19 @@
179 }, 179 },
180 methods: { 180 methods: {
181 // 是否显示下拉框 181 // 是否显示下拉框
182 /**
183 * @description: 是否显示下拉框
184 * @param {*} e
185 * @author: renchao
186 */
182 isShowSelectOptions (e) { 187 isShowSelectOptions (e) {
183 if (!e) this.$refs.selectsingleQL.blur() 188 if (!e) this.$refs.selectsingleQL.blur()
184 if (!e) this.$refs.selectsingleDJ.blur() 189 if (!e) this.$refs.selectsingleDJ.blur()
185 }, 190 },
191 /**
192 * @description: featchData
193 * @author: renchao
194 */
186 async featchData () { 195 async featchData () {
187 try { 196 try {
188 this.form = Object.assign(this.form, this.formData) 197 this.form = Object.assign(this.form, this.formData)
...@@ -199,6 +208,12 @@ ...@@ -199,6 +208,12 @@
199 // this.$refs.msg.messageShow() 208 // this.$refs.msg.messageShow()
200 } 209 }
201 }, 210 },
211 /**
212 * @description: handlDatadetails
213 * @param {*} index
214 * @param {*} row
215 * @author: renchao
216 */
202 async handlDatadetails (index, row) { 217 async handlDatadetails (index, row) {
203 let { result: res, message } = await sjsbFunctionOper.getQltFwFdcqYzByCondition(row.BSM_SJSB) 218 let { result: res, message } = await sjsbFunctionOper.getQltFwFdcqYzByCondition(row.BSM_SJSB)
204 if (res != null) { 219 if (res != null) {
......
...@@ -139,10 +139,19 @@ ...@@ -139,10 +139,19 @@
139 }, 139 },
140 methods: { 140 methods: {
141 // 是否显示下拉框 141 // 是否显示下拉框
142 /**
143 * @description: 是否显示下拉框
144 * @param {*} e
145 * @author: renchao
146 */
142 isShowSelectOptions (e) { 147 isShowSelectOptions (e) {
143 if (!e) this.$refs.selectownershipQL.blur() 148 if (!e) this.$refs.selectownershipQL.blur()
144 if (!e) this.$refs.selectownershipDJ.blur() 149 if (!e) this.$refs.selectownershipDJ.blur()
145 }, 150 },
151 /**
152 * @description: featchData
153 * @author: renchao
154 */
146 async featchData () { 155 async featchData () {
147 try { 156 try {
148 this.form = Object.assign(this.form, this.formData) 157 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.selectseaAreaQL.blur() 155 if (!e) this.$refs.selectseaAreaQL.blur()
151 if (!e) this.$refs.selectseaAreaDJ.blur() 156 if (!e) this.$refs.selectseaAreaDJ.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)
......
...@@ -139,10 +139,19 @@ ...@@ -139,10 +139,19 @@
139 }, 139 },
140 methods: { 140 methods: {
141 // 是否显示下拉框 141 // 是否显示下拉框
142 /**
143 * @description: 是否显示下拉框
144 * @param {*} e
145 * @author: renchao
146 */
142 isShowSelectOptions (e) { 147 isShowSelectOptions (e) {
143 if (!e) this.$refs.selectbuildQL.blur() 148 if (!e) this.$refs.selectbuildQL.blur()
144 if (!e) this.$refs.selectbuildDJ.blur() 149 if (!e) this.$refs.selectbuildDJ.blur()
145 }, 150 },
151 /**
152 * @description: featchData
153 * @author: renchao
154 */
146 async featchData () { 155 async featchData () {
147 try { 156 try {
148 this.form = Object.assign(this.form, this.formData) 157 this.form = Object.assign(this.form, this.formData)
...@@ -159,6 +168,12 @@ ...@@ -159,6 +168,12 @@
159 // this.$refs.msg.messageShow() 168 // this.$refs.msg.messageShow()
160 } 169 }
161 }, 170 },
171 /**
172 * @description: handlDatadetails
173 * @param {*} index
174 * @param {*} row
175 * @author: renchao
176 */
162 async handlDatadetails (index, row) { 177 async handlDatadetails (index, row) {
163 let { result: res, message } = await sjsbFunctionOper.getQltFwFdcqYzByCondition(row.BSM_SJSB) 178 let { result: res, message } = await sjsbFunctionOper.getQltFwFdcqYzByCondition(row.BSM_SJSB)
164 if (res != null) { 179 if (res != null) {
......
...@@ -134,6 +134,10 @@ ...@@ -134,6 +134,10 @@
134 } 134 }
135 }, 135 },
136 methods: { 136 methods: {
137 /**
138 * @description: featchData
139 * @author: renchao
140 */
137 async featchData () { 141 async featchData () {
138 try { 142 try {
139 this.form = Object.assign(this.form, this.formData) 143 this.form = Object.assign(this.form, this.formData)
......
...@@ -140,6 +140,10 @@ ...@@ -140,6 +140,10 @@
140 } 140 }
141 }, 141 },
142 methods: { 142 methods: {
143 /**
144 * @description: featchData
145 * @author: renchao
146 */
143 async featchData () { 147 async featchData () {
144 try { 148 try {
145 this.form = Object.assign(this.form, this.formData) 149 this.form = Object.assign(this.form, this.formData)
......
...@@ -135,6 +135,10 @@ ...@@ -135,6 +135,10 @@
135 } 135 }
136 }, 136 },
137 methods: { 137 methods: {
138 /**
139 * @description: featchData
140 * @author: renchao
141 */
138 async featchData () { 142 async featchData () {
139 try { 143 try {
140 this.form = Object.assign(this.form, this.formData) 144 this.form = Object.assign(this.form, this.formData)
......
...@@ -138,10 +138,19 @@ ...@@ -138,10 +138,19 @@
138 }, 138 },
139 methods: { 139 methods: {
140 // 是否显示下拉框 140 // 是否显示下拉框
141 /**
142 * @description: 是否显示下拉框
143 * @param {*} e
144 * @author: renchao
145 */
141 isShowSelectOptions (e) { 146 isShowSelectOptions (e) {
142 if (!e) this.$refs.selectnoticeRegQL.blur() 147 if (!e) this.$refs.selectnoticeRegQL.blur()
143 if (!e) this.$refs.selectnoticeRegDJ.blur() 148 if (!e) this.$refs.selectnoticeRegDJ.blur()
144 }, 149 },
150 /**
151 * @description: featchData
152 * @author: renchao
153 */
145 async featchData () { 154 async featchData () {
146 try { 155 try {
147 let { result: { list, total, pages: pageSize, pageNum: current } 156 let { result: { list, total, pages: pageSize, pageNum: current }
......
...@@ -134,10 +134,19 @@ ...@@ -134,10 +134,19 @@
134 }, 134 },
135 methods: { 135 methods: {
136 // 是否显示下拉框 136 // 是否显示下拉框
137 /**
138 * @description: 是否显示下拉框
139 * @param {*} e
140 * @author: renchao
141 */
137 isShowSelectOptions (e) { 142 isShowSelectOptions (e) {
138 if (!e) this.$refs.selectobjectionRegQL.blur() 143 if (!e) this.$refs.selectobjectionRegQL.blur()
139 if (!e) this.$refs.selectobjectionRegDJ.blur() 144 if (!e) this.$refs.selectobjectionRegDJ.blur()
140 }, 145 },
146 /**
147 * @description: featchData
148 * @author: renchao
149 */
141 async featchData () { 150 async featchData () {
142 try { 151 try {
143 this.form = Object.assign(this.form, this.formData) 152 this.form = Object.assign(this.form, this.formData)
...@@ -154,6 +163,12 @@ ...@@ -154,6 +163,12 @@
154 this.$refs.msg.messageShow() 163 this.$refs.msg.messageShow()
155 } 164 }
156 }, 165 },
166 /**
167 * @description: handlDatadetails
168 * @param {*} index
169 * @param {*} row
170 * @author: renchao
171 */
157 handledetails (index, row) { 172 handledetails (index, row) {
158 } 173 }
159 } 174 }
......
...@@ -122,6 +122,10 @@ ...@@ -122,6 +122,10 @@
122 } 122 }
123 }, 123 },
124 methods: { 124 methods: {
125 /**
126 * @description: featchData
127 * @author: renchao
128 */
125 async featchData () { 129 async featchData () {
126 try { 130 try {
127 this.form = Object.assign(this.form, this.formData) 131 this.form = Object.assign(this.form, this.formData)
......