|
@@ -164,7 +164,13 @@
|
|
|
</a-form-model-item>
|
|
|
</a-col>
|
|
|
</a-row>
|
|
|
-
|
|
|
+ <a-row :gutter="24">
|
|
|
+ <a-col :span="24" style="height: 290px;">
|
|
|
+ <a-form-model-item label="情况说明" prop="presentationCondition" class="fff">
|
|
|
+ <a-input v-model="formState.presentationCondition" type="textarea" placeholder="请输入" readOnly></a-input>
|
|
|
+ </a-form-model-item>
|
|
|
+ </a-col>
|
|
|
+ </a-row>
|
|
|
|
|
|
</a-form-model>
|
|
|
</div>
|
|
@@ -202,19 +208,12 @@
|
|
|
<!-- 主表单区域 -->
|
|
|
<a-form-model layout="inline" ref="form" :model="formState" :rules="validatorRules">
|
|
|
<a-row :gutter="24">
|
|
|
- <a-col :span="24" style="height: 290px;">
|
|
|
- <a-form-model-item label="情况说明" prop="presentationCondition" class="fff">
|
|
|
- <a-input v-model="formState.presentationCondition" type="textarea" placeholder="请输入" readOnly></a-input>
|
|
|
- </a-form-model-item>
|
|
|
- </a-col>
|
|
|
- </a-row>
|
|
|
- <a-row :gutter="24">
|
|
|
- <a-col :span="8" >
|
|
|
+ <a-col :span="10" >
|
|
|
<a-form-model-item label="附件上传" prop="accessory" class="ff">
|
|
|
<j-upload v-model="accessory" :disabled="true"></j-upload>
|
|
|
</a-form-model-item>
|
|
|
</a-col>
|
|
|
- <a-col :span="8" >
|
|
|
+ <a-col :span="10" >
|
|
|
<a-form-model-item label="工厂签章" prop="factorySignature" class="ff">
|
|
|
<j-upload v-model="factorySignature" :disabled="true"></j-upload>
|
|
|
</a-form-model-item>
|
|
@@ -559,13 +558,10 @@
|
|
|
var accessoryZ=[]
|
|
|
|
|
|
this.accessory.map(item =>{
|
|
|
- console.log(item.url)
|
|
|
- debugger
|
|
|
accessoryZ.push(item.url)
|
|
|
|
|
|
})
|
|
|
this.accessory =accessoryZ
|
|
|
- debugger
|
|
|
|
|
|
this.factorySignature = this.formState.factorySignature?JSON.parse(this.formState.factorySignature):[]
|
|
|
var factorySignatureZ=[]
|