szh_zidingyibiaoti
张同海 2 years ago
parent da413bc847
commit 27a3931a1e

@ -482,19 +482,41 @@
</a-col> </a-col>
</a-row> </a-row>
<a-row :style="{ marginTop: '20px' }"> <a-row :style="{ marginTop: '20px' }">
<a-col :span="8"> <a-col :span="12">
<a-form-item label="注意事项:" :labelCol="labelCol8" :wrapperCol="wrapperCol8" has-feedback> <a-form-item
label="注意事项:"
:labelCol="{
xs: { span: 24 },
sm: { span: 3 }
}"
:wrapperCol="{
xs: { span: 25 },
sm: { span: 21 }
}"
has-feedback
>
<a-textarea <a-textarea
:auto-size="{ minRows: 3, maxRows: 5 }" :auto-size="{ minRows: 7, maxRows: 10 }"
v-decorator="['attention']" v-decorator="['attention']"
:style="{ lineHeight: 'initial' }" :style="{ lineHeight: 'initial' }"
/> />
</a-form-item> </a-form-item>
</a-col> </a-col>
<a-col :span="8"> <a-col :span="12">
<a-form-item label="备注:" :labelCol="labelCol8" :wrapperCol="wrapperCol8" has-feedback> <a-form-item
label="备注:"
:labelCol="{
xs: { span: 24 },
sm: { span: 3 }
}"
:wrapperCol="{
xs: { span: 25 },
sm: { span: 21 }
}"
has-feedback
>
<a-textarea <a-textarea
:auto-size="{ minRows: 3, maxRows: 5 }" :auto-size="{ minRows: 7, maxRows: 10 }"
v-decorator="['remark']" v-decorator="['remark']"
:style="{ lineHeight: 'initial' }" :style="{ lineHeight: 'initial' }"
/> />
@ -887,7 +909,7 @@ export default {
}, },
FnRtruckId(data) { FnRtruckId(data) {
// console.log('FnRtruckId', data, this.AlltruckIdData) // console.log('FnRtruckId', data, this.AlltruckIdData)
let Rdata = {} let Rdata = ''
this.AlltruckIdData.forEach(item => { this.AlltruckIdData.forEach(item => {
if (item.id == data) { if (item.id == data) {
Rdata = item.shortName Rdata = item.shortName

Loading…
Cancel
Save