前端问题修改
This commit is contained in:
parent
ae327449a3
commit
7b312fbffc
|
|
@ -287,7 +287,7 @@
|
|||
</el-col>
|
||||
<el-col :span="12">
|
||||
<el-form-item label="备注" prop="remark">
|
||||
<el-input v-model="form.remark" type="textarea" placeholder="请输入备注" maxlength="200" />
|
||||
<el-input v-model="form.remark" type="textarea" placeholder="请输入备注" maxlength="100" />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
</el-row>
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
</el-option>
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
<el-form-item label="领料工程" prop="proId" :rules="queryParams.leaseType == '0' ? queryRules.proIdRule : [{required: false}]">
|
||||
<el-form-item label="领料工程" prop="proId">
|
||||
<el-select v-model="queryParams.proId" filterable clearable @change="GetUnitData" style="width: 240px" placeholder="请选择">
|
||||
<el-option
|
||||
v-for="item in proList"
|
||||
|
|
@ -306,7 +306,7 @@ export default {
|
|||
required:true,message:'请选择来往单位',trigger:'change'
|
||||
}
|
||||
],
|
||||
proIdRule:[
|
||||
proId:[
|
||||
{
|
||||
required:true,message:'请选择工程',trigger:'change'
|
||||
}
|
||||
|
|
|
|||
|
|
@ -222,7 +222,7 @@
|
|||
<el-input
|
||||
placeholder="请输入审核意见"
|
||||
type="textarea"
|
||||
maxlength="200"
|
||||
maxlength="100"
|
||||
:autosize="{ minRows: 4, maxRows: 6}"
|
||||
v-model="queryParams.companyAuditRemarks"
|
||||
></el-input>
|
||||
|
|
@ -252,7 +252,7 @@
|
|||
<el-input
|
||||
placeholder="请输入审核意见"
|
||||
type="textarea"
|
||||
maxlength="200"
|
||||
maxlength="100"
|
||||
:autosize="{ minRows: 4, maxRows: 6}"
|
||||
v-model="queryParams.companyAuditRemarks"
|
||||
></el-input>
|
||||
|
|
|
|||
|
|
@ -122,7 +122,7 @@
|
|||
</el-form-item>
|
||||
<el-form-item label="原因" prop="remark">
|
||||
<el-input
|
||||
v-model="aform.remark" maxlength="200"
|
||||
v-model="aform.remark" maxlength="100"
|
||||
placeholder="请输入" show-word-limit
|
||||
size="small" style="width: 350px"
|
||||
type="textarea"
|
||||
|
|
|
|||
|
|
@ -609,7 +609,7 @@
|
|||
style="width: 600px"
|
||||
type="textarea"
|
||||
v-model="form.remark"
|
||||
maxlength="200"
|
||||
maxlength="100"
|
||||
show-word-limit
|
||||
></el-input>
|
||||
</el-form-item>
|
||||
|
|
|
|||
|
|
@ -103,7 +103,7 @@
|
|||
>
|
||||
<el-input
|
||||
v-model="domain.repairContent"
|
||||
maxlength="200"
|
||||
maxlength="100"
|
||||
placeholder="请输入"
|
||||
show-word-limit
|
||||
size="small"
|
||||
|
|
@ -246,7 +246,7 @@
|
|||
>
|
||||
<el-input
|
||||
v-model="domain.repairContent"
|
||||
maxlength="200"
|
||||
maxlength="100"
|
||||
placeholder="请输入"
|
||||
show-word-limit
|
||||
size="small"
|
||||
|
|
|
|||
|
|
@ -117,7 +117,7 @@
|
|||
>
|
||||
<el-input
|
||||
v-model="domain.repairContent"
|
||||
maxlength="200"
|
||||
maxlength="100"
|
||||
placeholder="请输入"
|
||||
show-word-limit
|
||||
size="small"
|
||||
|
|
@ -258,7 +258,7 @@
|
|||
>
|
||||
<el-input
|
||||
v-model="domain.repairContent"
|
||||
maxlength="200"
|
||||
maxlength="100"
|
||||
placeholder="请输入"
|
||||
show-word-limit
|
||||
size="small"
|
||||
|
|
|
|||
|
|
@ -710,7 +710,7 @@
|
|||
style="width: 600px"
|
||||
type="textarea"
|
||||
v-model="form.remark"
|
||||
maxlength="200"
|
||||
maxlength="100"
|
||||
show-word-limit
|
||||
></el-input>
|
||||
</el-form-item>
|
||||
|
|
|
|||
|
|
@ -114,7 +114,7 @@
|
|||
v-model="codeForm.remarks"
|
||||
type="textarea"
|
||||
placeholder="请输入备注"
|
||||
maxlength="200"
|
||||
maxlength="100"
|
||||
rows="3"
|
||||
show-word-limit
|
||||
style="width: 13vw;"
|
||||
|
|
@ -261,7 +261,7 @@
|
|||
v-model="codeForm.remarks"
|
||||
type="textarea"
|
||||
placeholder="请输入备注"
|
||||
maxlength="200"
|
||||
maxlength="100"
|
||||
rows="4"
|
||||
show-word-limit
|
||||
style="width: 400px;"
|
||||
|
|
|
|||
|
|
@ -466,7 +466,7 @@
|
|||
v-model="form.remark"
|
||||
type="textarea"
|
||||
placeholder="请输入内容"
|
||||
maxlength="200"
|
||||
maxlength="100"
|
||||
></el-input>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
|
|
|
|||
Loading…
Reference in New Issue