md
This commit is contained in:
parent
7d62000587
commit
ca5c54b7f8
@ -517,7 +517,7 @@
|
||||
</el-col>
|
||||
<el-col :span="24">
|
||||
<el-form-item :label="$t('运单备注')" prop="remark" label-width="70px">
|
||||
<el-input v-model="form.remark" type="textarea" placeholder="" maxlength="150"
|
||||
<el-input v-model="form.remark" type="textarea" placeholder="" maxlength="150" oninput="value=value.replace(/[\r|\n]/g,'')"
|
||||
show-word-limit />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
@ -680,7 +680,7 @@
|
||||
</el-form-item>
|
||||
<el-form-item :label="$t('费用备注')" prop="feeRemark" label-width="70px">
|
||||
<el-input v-model="form.feeRemark" type="textarea" maxlength="150"
|
||||
show-word-limit placeholder="" >
|
||||
show-word-limit placeholder="" oninput="value=value.replace(/[\r|\n]/g,'')" >
|
||||
</el-input>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
|
||||
@ -517,7 +517,7 @@
|
||||
</el-col>
|
||||
<el-col :span="24">
|
||||
<el-form-item :label="$t('运单备注')" prop="remark" label-width="70px">
|
||||
<el-input v-model="form.remark" type="textarea" placeholder="" maxlength="150"
|
||||
<el-input v-model="form.remark" type="textarea" placeholder="" maxlength="150" oninput="value=value.replace(/[\r|\n]/g,'')"
|
||||
show-word-limit />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
@ -680,7 +680,7 @@
|
||||
</el-form-item>
|
||||
<el-form-item :label="$t('费用备注')" prop="feeRemark" label-width="70px">
|
||||
<el-input v-model="form.feeRemark" type="textarea" maxlength="150"
|
||||
show-word-limit placeholder="" >
|
||||
show-word-limit placeholder="" oninput="value=value.replace(/[\r|\n]/g,'')" >
|
||||
</el-input>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user