--no commit message
Showing
5 changed files
with
8 additions
and
8 deletions
| ... | @@ -40,7 +40,7 @@ | ... | @@ -40,7 +40,7 @@ |
| 40 | :normalizer="normalizer" | 40 | :normalizer="normalizer" |
| 41 | :appendToBody="true" | 41 | :appendToBody="true" |
| 42 | z-index="9999" | 42 | z-index="9999" |
| 43 | @input="addrow(scope.$index)" | 43 | @input="addrow(scope.row)" |
| 44 | /> | 44 | /> |
| 45 | </template> | 45 | </template> |
| 46 | </el-table-column> | 46 | </el-table-column> |
| ... | @@ -192,10 +192,10 @@ export default { | ... | @@ -192,10 +192,10 @@ export default { |
| 192 | // this.tableDataList = this.tableDataList.map((item) => { | 192 | // this.tableDataList = this.tableDataList.map((item) => { |
| 193 | // return { | 193 | // return { |
| 194 | // ...item, | 194 | // ...item, |
| 195 | // yt: this.tdyt, | 195 | // yt: a.yt, |
| 196 | // }; | 196 | // }; |
| 197 | // }); | 197 | // }); |
| 198 | // this.$emit("upDateTdytxxList", this.tableDataList); | 198 | this.$emit("upDateTdytxxList", this.tableDataList); |
| 199 | }, | 199 | }, |
| 200 | /** | 200 | /** |
| 201 | * @description: startTime | 201 | * @description: startTime | ... | ... |
| ... | @@ -32,7 +32,7 @@ | ... | @@ -32,7 +32,7 @@ |
| 32 | <el-row :gutter="10"> | 32 | <el-row :gutter="10"> |
| 33 | <el-col :span="8"> | 33 | <el-col :span="8"> |
| 34 | <el-form-item :class="flag ? 'marginBot0' : ''" label="权利类型:" prop="slsq.qllx"> | 34 | <el-form-item :class="flag ? 'marginBot0' : ''" label="权利类型:" prop="slsq.qllx"> |
| 35 | <el-select disabled v-model="ruleForm.sldy.qllx" filterable clearable placeholder="请选择权利类型"> | 35 | <el-select disabled v-model="ruleForm.sldyList[0].qllx" filterable clearable placeholder="请选择权利类型"> |
| 36 | <el-option v-for="item in dictData['A8']" :key="item.dcode" :label="item.dname" :value="item.dcode"> | 36 | <el-option v-for="item in dictData['A8']" :key="item.dcode" :label="item.dname" :value="item.dcode"> |
| 37 | </el-option> | 37 | </el-option> |
| 38 | </el-select> | 38 | </el-select> |
| ... | @@ -40,7 +40,7 @@ | ... | @@ -40,7 +40,7 @@ |
| 40 | </el-col> | 40 | </el-col> |
| 41 | <el-col :span="8"> | 41 | <el-col :span="8"> |
| 42 | <el-form-item :class="flag ? 'marginBot0' : ''" label="登记类型:" prop="slsq.djlx"> | 42 | <el-form-item :class="flag ? 'marginBot0' : ''" label="登记类型:" prop="slsq.djlx"> |
| 43 | <el-select disabled v-model="ruleForm.sldy.djlx" filterable clearable placeholder="请选择登记类型"> | 43 | <el-select disabled v-model="ruleForm.sldyList[0].djlx" filterable clearable placeholder="请选择登记类型"> |
| 44 | <el-option v-for="item in dictData['A21']" :key="item.dcode" :label="item.dname" :value="item.dcode"> | 44 | <el-option v-for="item in dictData['A21']" :key="item.dcode" :label="item.dname" :value="item.dcode"> |
| 45 | </el-option> | 45 | </el-option> |
| 46 | </el-select> | 46 | </el-select> | ... | ... |
| ... | @@ -28,7 +28,7 @@ export default { | ... | @@ -28,7 +28,7 @@ export default { |
| 28 | "/workFrame?bsmSlsq=" + | 28 | "/workFrame?bsmSlsq=" + |
| 29 | data.bsmSlsq + | 29 | data.bsmSlsq + |
| 30 | "&bestepid=" + | 30 | "&bestepid=" + |
| 31 | data.bestepid + '&bsmBusiness=' + '&sqywbm=' + type | 31 | data.bestepid + '&bsmBusiness=' + '&sqywbm=' + type+"&zbhj=受理" |
| 32 | ); | 32 | ); |
| 33 | window.open(href, "_blank"); | 33 | window.open(href, "_blank"); |
| 34 | this.$popupCacel() | 34 | this.$popupCacel() | ... | ... |
| ... | @@ -122,7 +122,7 @@ class data extends filter { | ... | @@ -122,7 +122,7 @@ class data extends filter { |
| 122 | minWidth: '130' | 122 | minWidth: '130' |
| 123 | }, | 123 | }, |
| 124 | { | 124 | { |
| 125 | label: '操作111', | 125 | label: '操作', |
| 126 | width: '160', | 126 | width: '160', |
| 127 | align: 'center', | 127 | align: 'center', |
| 128 | fixed: 'right', | 128 | fixed: 'right', | ... | ... |
| ... | @@ -103,7 +103,7 @@ class data extends filter { | ... | @@ -103,7 +103,7 @@ class data extends filter { |
| 103 | minWidth: '130' | 103 | minWidth: '130' |
| 104 | }, | 104 | }, |
| 105 | { | 105 | { |
| 106 | label: '操作111', | 106 | label: '操作', |
| 107 | width: '160', | 107 | width: '160', |
| 108 | align: 'center', | 108 | align: 'center', |
| 109 | fixed: 'right', | 109 | fixed: 'right', | ... | ... |
-
Please register or sign in to post a comment