查封信息解决
Showing
1 changed file
with
17 additions
and
17 deletions
| ... | @@ -64,35 +64,35 @@ | ... | @@ -64,35 +64,35 @@ |
| 64 | <el-row :gutter="10"> | 64 | <el-row :gutter="10"> |
| 65 | <el-col :span="8"> | 65 | <el-col :span="8"> |
| 66 | <el-form-item :class="flag ? 'marginBot0' : ''" label="原告:"> | 66 | <el-form-item :class="flag ? 'marginBot0' : ''" label="原告:"> |
| 67 | <el-input v-model="ruleForm.cfdjList[0].yg" :disabled="!ableOperation|| isJfOperation"></el-input> | 67 | <el-input v-model="ruleForm.cfdj.yg" :disabled="!ableOperation|| isJfOperation"></el-input> |
| 68 | </el-form-item> | 68 | </el-form-item> |
| 69 | </el-col> | 69 | </el-col> |
| 70 | <el-col :span="8"> | 70 | <el-col :span="8"> |
| 71 | <el-form-item :class="flag ? 'marginBot0' : ''" label="查封文号:"> | 71 | <el-form-item :class="flag ? 'marginBot0' : ''" label="查封文号:" > |
| 72 | <el-input v-model="ruleForm.cfdjList[0].cfwh" :disabled="!ableOperation|| isJfOperation"></el-input> | 72 | <el-input v-model="ruleForm.cfdj.cfwh" :disabled="!ableOperation|| isJfOperation"></el-input> |
| 73 | </el-form-item> | 73 | </el-form-item> |
| 74 | </el-col> | 74 | </el-col> |
| 75 | <el-col :span="8"> | 75 | <el-col :span="8"> |
| 76 | <el-form-item :class="flag ? 'marginBot0' : ''" label="查封机关:"> | 76 | <el-form-item :class="flag ? 'marginBot0' : ''" label="查封机关:"> |
| 77 | <el-input v-model="ruleForm.cfdjList[0].cfjg" :disabled="!ableOperation|| isJfOperation"></el-input> | 77 | <el-input v-model="ruleForm.cfdj.cfjg" :disabled="!ableOperation|| isJfOperation"></el-input> |
| 78 | </el-form-item> | 78 | </el-form-item> |
| 79 | </el-col> | 79 | </el-col> |
| 80 | </el-row> | 80 | </el-row> |
| 81 | <el-row :gutter="10"> | 81 | <el-row :gutter="10"> |
| 82 | <el-col :span="8"> | 82 | <el-col :span="8"> |
| 83 | <el-form-item :class="flag ? 'marginBot0' : ''" label="查封期限:"> | 83 | <el-form-item :class="flag ? 'marginBot0' : ''" label="查封期限:"> |
| 84 | <el-input v-model="ruleForm.cfdjList[0].cfqx" :disabled="!ableOperation|| isJfOperation"></el-input> | 84 | <el-input v-model="ruleForm.cfdj.cfqx" :disabled="!ableOperation|| isJfOperation"></el-input> |
| 85 | </el-form-item> | 85 | </el-form-item> |
| 86 | </el-col> | 86 | </el-col> |
| 87 | <el-col :span="8"> | 87 | <el-col :span="8"> |
| 88 | <el-form-item :class="flag ? 'marginBot0' : ''" label="查封起始时间:"> | 88 | <el-form-item :class="flag ? 'marginBot0' : ''" label="查封起始时间:"> |
| 89 | <el-date-picker v-model="ruleForm.cfdjList[0].cfqssj" class="width100" type="date" placeholder="选择日期" | 89 | <el-date-picker v-model="ruleForm.cfdj.cfqssj" class="width100" type="date" placeholder="选择日期" |
| 90 | value-format="yyyy-MM-dd" :disabled="!ableOperation|| isJfOperation"></el-date-picker> | 90 | value-format="yyyy-MM-dd" :disabled="!ableOperation|| isJfOperation"></el-date-picker> |
| 91 | </el-form-item> | 91 | </el-form-item> |
| 92 | </el-col> | 92 | </el-col> |
| 93 | <el-col :span="8"> | 93 | <el-col :span="8"> |
| 94 | <el-form-item :class="flag ? 'marginBot0' : ''" label="查封结束时间:"> | 94 | <el-form-item :class="flag ? 'marginBot0' : ''" label="查封结束时间:"> |
| 95 | <el-date-picker v-model="ruleForm.cfdjList[0].cfjssj" class="width100" | 95 | <el-date-picker v-model="ruleForm.cfdj.cfjssj" class="width100" |
| 96 | :disabled="!ableOperation|| isJfOperation" type="date" placeholder="选择日期" | 96 | :disabled="!ableOperation|| isJfOperation" type="date" placeholder="选择日期" |
| 97 | value-format="yyyy-MM-dd"></el-date-picker> | 97 | value-format="yyyy-MM-dd"></el-date-picker> |
| 98 | </el-form-item> | 98 | </el-form-item> |
| ... | @@ -101,27 +101,27 @@ | ... | @@ -101,27 +101,27 @@ |
| 101 | <el-row :gutter="10"> | 101 | <el-row :gutter="10"> |
| 102 | <el-col :span="8"> | 102 | <el-col :span="8"> |
| 103 | <el-form-item :class="flag ? 'marginBot0' : ''" label="查封文件:"> | 103 | <el-form-item :class="flag ? 'marginBot0' : ''" label="查封文件:"> |
| 104 | <el-input v-model="ruleForm.cfdjList[0].cfwj" :disabled="!ableOperation|| isJfOperation"></el-input> | 104 | <el-input v-model="ruleForm.cfdj.cfwj" :disabled="!ableOperation|| isJfOperation"></el-input> |
| 105 | </el-form-item> | 105 | </el-form-item> |
| 106 | </el-col> | 106 | </el-col> |
| 107 | <el-col :span="16"> | 107 | <el-col :span="16"> |
| 108 | <el-form-item :class="flag ? 'marginBot0' : ''" label="查封范围:"> | 108 | <el-form-item :class="flag ? 'marginBot0' : ''" label="查封范围:"> |
| 109 | <el-input v-model="ruleForm.cfdjList[0].cffw" :disabled="!ableOperation|| isJfOperation"></el-input> | 109 | <el-input v-model="ruleForm.cfdj.cffw" :disabled="!ableOperation|| isJfOperation"></el-input> |
| 110 | </el-form-item> | 110 | </el-form-item> |
| 111 | </el-col> | 111 | </el-col> |
| 112 | </el-row> | 112 | </el-row> |
| 113 | <el-row :gutter="10"> | 113 | <el-row :gutter="10"> |
| 114 | <el-col> | 114 | <el-col> |
| 115 | <el-form-item :class="flag ? 'marginBot0' : ''" label="附记:" prop="cfdjList[0].fj"> | 115 | <el-form-item :class="flag ? 'marginBot0' : ''" label="附记:"> |
| 116 | <el-input class="textArea" type="textarea" v-model="ruleForm.cfdjList[0].fj" | 116 | <el-input class="textArea" type="textarea" v-model="ruleForm.cfdj.fj" |
| 117 | :disabled="!ableOperation|| isJfOperation"></el-input> | 117 | :disabled="!ableOperation|| isJfOperation"></el-input> |
| 118 | </el-form-item> | 118 | </el-form-item> |
| 119 | </el-col> | 119 | </el-col> |
| 120 | </el-row> | 120 | </el-row> |
| 121 | <el-row :gutter="10"> | 121 | <el-row :gutter="10"> |
| 122 | <el-col> | 122 | <el-col> |
| 123 | <el-form-item :class="flag ? 'marginBot0' : ''" label="登记原因:" prop="cfdjList[0].djyy"> | 123 | <el-form-item :class="flag ? 'marginBot0' : ''" label="登记原因:" prop="cfdj.djyy"> |
| 124 | <el-input class="textArea" type="textarea" v-model="ruleForm.cfdjList[0].djyy" | 124 | <el-input class="textArea" type="textarea" v-model="ruleForm.cfdj.djyy" |
| 125 | :disabled="!ableOperation|| isJfOperation"></el-input> | 125 | :disabled="!ableOperation|| isJfOperation"></el-input> |
| 126 | </el-form-item> | 126 | </el-form-item> |
| 127 | </el-col> | 127 | </el-col> |
| ... | @@ -134,17 +134,17 @@ | ... | @@ -134,17 +134,17 @@ |
| 134 | <el-row :gutter="10"> | 134 | <el-row :gutter="10"> |
| 135 | <el-col :span="8"> | 135 | <el-col :span="8"> |
| 136 | <el-form-item :class="flag ? 'marginBot0' : ''" label="解封机关:"> | 136 | <el-form-item :class="flag ? 'marginBot0' : ''" label="解封机关:"> |
| 137 | <el-input v-model="ruleForm.cfdjList[0].jfjg" :disabled="!ableOperation"></el-input> | 137 | <el-input v-model="ruleForm.cfdj.jfjg" :disabled="!ableOperation"></el-input> |
| 138 | </el-form-item> | 138 | </el-form-item> |
| 139 | </el-col> | 139 | </el-col> |
| 140 | <el-col :span="8"> | 140 | <el-col :span="8"> |
| 141 | <el-form-item :class="flag ? 'marginBot0' : ''" label="解封文件:"> | 141 | <el-form-item :class="flag ? 'marginBot0' : ''" label="解封文件:"> |
| 142 | <el-input v-model="ruleForm.cfdjList[0].jfwj" :disabled="!ableOperation"></el-input> | 142 | <el-input v-model="ruleForm.cfdj.jfwj" :disabled="!ableOperation"></el-input> |
| 143 | </el-form-item> | 143 | </el-form-item> |
| 144 | </el-col> | 144 | </el-col> |
| 145 | <el-col :span="8"> | 145 | <el-col :span="8"> |
| 146 | <el-form-item :class="flag ? 'marginBot0' : ''" label="解封文号:"> | 146 | <el-form-item :class="flag ? 'marginBot0' : ''" label="解封文号:"> |
| 147 | <el-input v-model="ruleForm.cfdjList[0].jfwh" :disabled="!ableOperation"></el-input> | 147 | <el-input v-model="ruleForm.cfdj.jfwh" :disabled="!ableOperation"></el-input> |
| 148 | </el-form-item> | 148 | </el-form-item> |
| 149 | </el-col> | 149 | </el-col> |
| 150 | </el-row> | 150 | </el-row> |
| ... | @@ -168,7 +168,7 @@ | ... | @@ -168,7 +168,7 @@ |
| 168 | disabled: true, | 168 | disabled: true, |
| 169 | flagTop: this.flag ? "top" : "", | 169 | flagTop: this.flag ? "top" : "", |
| 170 | rules: { | 170 | rules: { |
| 171 | 'cfdjList[0].djyy': [ | 171 | 'cfdj.djyy': [ |
| 172 | { required: true, message: '请输入登记原因', trigger: 'blur' } | 172 | { required: true, message: '请输入登记原因', trigger: 'blur' } |
| 173 | ] | 173 | ] |
| 174 | }, | 174 | }, | ... | ... |
-
Please register or sign in to post a comment