d4cecc05 by renchao@pashanhoo.com
2 parents 7e93aafc 2f7aea23
......@@ -4,4 +4,4 @@
"IDCARDURL": "http://127.0.0.1:33088/function=get_idcard&readnew=0",
"adapter": "dysqs-630222",
"gaopaiyi": "jy"
}
\ No newline at end of file
}
......
/*
* @Description:
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-11-14 13:28:47
*/
......
......@@ -81,7 +81,7 @@
<el-form-item :class="flag ? 'marginBot0' : ''" label="查封机关:">
<el-input v-model="ruleForm.cfdj.cfjg" :disabled="!ableOperation|| isJfOperation"></el-input>
</el-form-item>
</el-col>
</el-col>
</el-row>
<el-row :gutter="10" v-if="!ruleForm.slsq.djywbm.includes('400')">
<el-col :span="8">
......@@ -101,7 +101,7 @@
:disabled="!ableOperation|| isJfOperation" type="date" placeholder="选择日期"
value-format="yyyy-MM-dd"></el-date-picker>
</el-form-item>
</el-col>
</el-col>
</el-row>
<el-row :gutter="10" v-if="!ruleForm.slsq.djywbm.includes('400')">
<el-col :span="8">
......@@ -117,7 +117,7 @@
</el-row>
<el-row :gutter="10" v-if="!ruleForm.slsq.djywbm.includes('400')">
<el-col>
<el-form-item :class="flag ? 'marginBot0' : ''" label="附记:">
<el-form-item :class="flag ? 'marginBot0' : ''" label="附记:">
<el-input class="textArea" type="textarea" v-model="ruleForm.cfdj.fj"
:disabled="!ableOperation|| isJfOperation"></el-input>
</el-form-item>
......