66b1bf62 by 任超

style:受理申请

1 parent 0329f127
...@@ -72,6 +72,10 @@ export default { ...@@ -72,6 +72,10 @@ export default {
72 icon="el-icon-edit-outline" 72 icon="el-icon-edit-outline"
73 type="text" 73 type="text"
74 onClick={() => { this.handleEdit(scope.$index, scope.row) }}>编辑</el-button> 74 onClick={() => { this.handleEdit(scope.$index, scope.row) }}>编辑</el-button>
75 <el-button
76 icon="el-icon-view"
77 type="text"
78 onClick={() => { this.handleView(scope.$index, scope.row) }}>查看</el-button>
75 </div> 79 </div>
76 ) 80 )
77 } 81 }
...@@ -121,6 +125,9 @@ export default { ...@@ -121,6 +125,9 @@ export default {
121 handleEdit () { 125 handleEdit () {
122 this.dialog = true 126 this.dialog = true
123 }, 127 },
128 handleView () {
129 this.dialog = true
130 }
124 } 131 }
125 } 132 }
126 </script> 133 </script>
......
...@@ -171,7 +171,7 @@ export default { ...@@ -171,7 +171,7 @@ export default {
171 }) 171 })
172 }, 172 },
173 ywhClick (item) { 173 ywhClick (item) {
174 const { href } = this.$router.resolve('/workFrame?bsmSlsq=' + item.bsmSlsq + '&bestepid=' + item.bestepid + '&bsmBusiness=' + '&viewtype=1' + '&sqywbm=' + item.djywbm); 174 const { href } = this.$router.resolve('/workFrame?bsmSlsq=' + item.bsmSlsq + '&bestepid=' + item.bestepid + '&bsmBusiness=' + '&sqywbm=' + item.djywbm);
175 window.open(href, '_blank'); 175 window.open(href, '_blank');
176 } 176 }
177 } 177 }
......
...@@ -170,7 +170,7 @@ ...@@ -170,7 +170,7 @@
170 </el-col> 170 </el-col>
171 </el-row> 171 </el-row>
172 <InformationTable :tableData="ruleForm.qlrxx" :gyfs="ruleForm.gyfs" /> 172 <InformationTable :tableData="ruleForm.qlrxx" :gyfs="ruleForm.gyfs" />
173 <div class="slxx_title">登记原因{{flag}}</div> 173 <div class="slxx_title">登记原因</div>
174 <el-row :gutter="10"> 174 <el-row :gutter="10">
175 <el-col> 175 <el-col>
176 <el-form-item :class="flag ? 'marginBot0' : ''" label="登记原因:" prop="djyy"> 176 <el-form-item :class="flag ? 'marginBot0' : ''" label="登记原因:" prop="djyy">
...@@ -179,7 +179,7 @@ ...@@ -179,7 +179,7 @@
179 </el-col> 179 </el-col>
180 </el-row> 180 </el-row>
181 </div> 181 </div>
182 <el-row class="btn"> 182 <el-row class="btn" v-if="!$route.query.viewtype">
183 <el-form-item :class="flag ? 'marginBot0' : ''"> 183 <el-form-item :class="flag ? 'marginBot0' : ''">
184 <el-button type="primary" @click="onSubmit">保存</el-button> 184 <el-button type="primary" @click="onSubmit">保存</el-button>
185 </el-form-item> 185 </el-form-item>
...@@ -195,7 +195,7 @@ export default { ...@@ -195,7 +195,7 @@ export default {
195 async created () { 195 async created () {
196 this.propsParam = this.$attrs; 196 this.propsParam = this.$attrs;
197 Init({ 197 Init({
198 bsmSldy: this.propsParam.bsmSldy.split(",") 198 bsmSldy: this.propsParam.bsmSldy.split(",")
199 }).then((res) => { 199 }).then((res) => {
200 if (res.code === 200 && res.result) { 200 if (res.code === 200 && res.result) {
201 this.ruleForm = { 201 this.ruleForm = {
...@@ -256,7 +256,7 @@ export default { ...@@ -256,7 +256,7 @@ export default {
256 methods: { 256 methods: {
257 list (bsmSldy) { 257 list (bsmSldy) {
258 Init({ 258 Init({
259 bsmSldy: bsmSldy.split(',') 259 bsmSldy: bsmSldy.split(',')
260 }).then((res) => { 260 }).then((res) => {
261 if (res.code === 200 && res.result) { 261 if (res.code === 200 && res.result) {
262 this.ruleForm = { 262 this.ruleForm = {
......
...@@ -75,8 +75,8 @@ ...@@ -75,8 +75,8 @@
75 </el-form-item> 75 </el-form-item>
76 </el-col> 76 </el-col>
77 <el-col :span="8"> 77 <el-col :span="8">
78 <el-form-item :class="flag ? 'marginBot0' : ''" label="权利设定方式:" prop="qlsdfs"> 78 <el-form-item :class="flag ? 'marginBot0' : ''" label="权利设定方式:" prop="qlsdfs">
79 <el-input disabled v-model="ruleForm.qlsdfsmc"></el-input> 79 <el-input disabled v-model="ruleForm.qlsdfsmc"></el-input>
80 </el-form-item> 80 </el-form-item>
81 </el-col> 81 </el-col>
82 </el-row> 82 </el-row>
...@@ -142,16 +142,17 @@ ...@@ -142,16 +142,17 @@
142 </el-col> 142 </el-col>
143 </el-row> 143 </el-row>
144 <InformationTable :tableData="ruleForm.qlrxx" :gyfs="ruleForm.gyfs" /> 144 <InformationTable :tableData="ruleForm.qlrxx" :gyfs="ruleForm.gyfs" />
145 <div class="slxx_title">登记原因{{flag}}</div> 145 <div class="slxx_title">登记原因</div>
146 <el-row :gutter="10"> 146 <el-row :gutter="10">
147 <el-col> 147 <el-col>
148 <el-form-item :class="flag ? 'marginBot0' : ''" label="登记原因:" prop="djyy"> 148 <el-form-item :class="flag ? 'marginBot0' : ''" label="登记原因:" prop="djyy">
149 <el-input class="textArea" type="textarea" v-model="ruleForm.djyy"></el-input> 149 <el-input class="textArea" type="textarea" :disabled="$route.query.viewtype" v-model="ruleForm.djyy">
150 </el-input>
150 </el-form-item> 151 </el-form-item>
151 </el-col> 152 </el-col>
152 </el-row> 153 </el-row>
153 </div> 154 </div>
154 <el-row class="btn"> 155 <el-row class="btn" v-if="!$route.query.viewtype">
155 <el-form-item :class="flag ? 'marginBot0' : ''"> 156 <el-form-item :class="flag ? 'marginBot0' : ''">
156 <el-button type="primary" @click="onSubmit">保存</el-button> 157 <el-button type="primary" @click="onSubmit">保存</el-button>
157 </el-form-item> 158 </el-form-item>
......
...@@ -50,7 +50,8 @@ ...@@ -50,7 +50,8 @@
50 <i class="el-icon-circle-close" @click="handelItem(index)"></i> 50 <i class="el-icon-circle-close" @click="handelItem(index)"></i>
51 </li> 51 </li>
52 </ul> 52 </ul>
53 <el-button class="clean-btn" type="text" v-if="searchList.length>0" @click.native="hanldeCleanAll">清除全部</el-button> 53 <el-button class="clean-btn" type="text" v-if="searchList.length>0" @click.native="hanldeCleanAll">清除全部
54 </el-button>
54 </el-row> 55 </el-row>
55 </el-form> 56 </el-form>
56 </div> 57 </div>
...@@ -83,7 +84,6 @@ export default { ...@@ -83,7 +84,6 @@ export default {
83 }, 84 },
84 data () { 85 data () {
85 return { 86 return {
86
87 queryForm: { 87 queryForm: {
88 ywly: "", 88 ywly: "",
89 qllx: "", 89 qllx: "",
......