Merge branch 'master' of http://yun.pashanhoo.com:9090/bdc/bdcdj-web
Showing
3 changed files
with
5 additions
and
5 deletions
... | @@ -4,4 +4,4 @@ | ... | @@ -4,4 +4,4 @@ |
4 | "IDCARDURL": "http://127.0.0.1:33088/function=get_idcard&readnew=0", | 4 | "IDCARDURL": "http://127.0.0.1:33088/function=get_idcard&readnew=0", |
5 | "adapter": "dysqs-630222", | 5 | "adapter": "dysqs-630222", |
6 | "gaopaiyi": "jy" | 6 | "gaopaiyi": "jy" |
7 | } | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
7 | } | ... | ... |
... | @@ -81,7 +81,7 @@ | ... | @@ -81,7 +81,7 @@ |
81 | <el-form-item :class="flag ? 'marginBot0' : ''" label="查封机关:"> | 81 | <el-form-item :class="flag ? 'marginBot0' : ''" label="查封机关:"> |
82 | <el-input v-model="ruleForm.cfdj.cfjg" :disabled="!ableOperation|| isJfOperation"></el-input> | 82 | <el-input v-model="ruleForm.cfdj.cfjg" :disabled="!ableOperation|| isJfOperation"></el-input> |
83 | </el-form-item> | 83 | </el-form-item> |
84 | </el-col> | 84 | </el-col> |
85 | </el-row> | 85 | </el-row> |
86 | <el-row :gutter="10" v-if="!ruleForm.slsq.djywbm.includes('400')"> | 86 | <el-row :gutter="10" v-if="!ruleForm.slsq.djywbm.includes('400')"> |
87 | <el-col :span="8"> | 87 | <el-col :span="8"> |
... | @@ -101,7 +101,7 @@ | ... | @@ -101,7 +101,7 @@ |
101 | :disabled="!ableOperation|| isJfOperation" type="date" placeholder="选择日期" | 101 | :disabled="!ableOperation|| isJfOperation" type="date" placeholder="选择日期" |
102 | value-format="yyyy-MM-dd"></el-date-picker> | 102 | value-format="yyyy-MM-dd"></el-date-picker> |
103 | </el-form-item> | 103 | </el-form-item> |
104 | </el-col> | 104 | </el-col> |
105 | </el-row> | 105 | </el-row> |
106 | <el-row :gutter="10" v-if="!ruleForm.slsq.djywbm.includes('400')"> | 106 | <el-row :gutter="10" v-if="!ruleForm.slsq.djywbm.includes('400')"> |
107 | <el-col :span="8"> | 107 | <el-col :span="8"> |
... | @@ -117,7 +117,7 @@ | ... | @@ -117,7 +117,7 @@ |
117 | </el-row> | 117 | </el-row> |
118 | <el-row :gutter="10" v-if="!ruleForm.slsq.djywbm.includes('400')"> | 118 | <el-row :gutter="10" v-if="!ruleForm.slsq.djywbm.includes('400')"> |
119 | <el-col> | 119 | <el-col> |
120 | <el-form-item :class="flag ? 'marginBot0' : ''" label="附记:"> | 120 | <el-form-item :class="flag ? 'marginBot0' : ''" label="附记:"> |
121 | <el-input class="textArea" type="textarea" v-model="ruleForm.cfdj.fj" | 121 | <el-input class="textArea" type="textarea" v-model="ruleForm.cfdj.fj" |
122 | :disabled="!ableOperation|| isJfOperation"></el-input> | 122 | :disabled="!ableOperation|| isJfOperation"></el-input> |
123 | </el-form-item> | 123 | </el-form-item> | ... | ... |
-
Please register or sign in to post a comment