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