소스 검색

森语-事故处理单

jbb 2 년 전
부모
커밋
13f58f517c
2개의 변경된 파일19개의 추가작업 그리고 23개의 파일을 삭제
  1. 10 10
      src/views/oa/modules/IncidentTicketModal.vue
  2. 9 13
      src/views/oa/modules/IncidentTicketModalDetail.vue

+ 10 - 10
src/views/oa/modules/IncidentTicketModal.vue

@@ -153,6 +153,14 @@
             </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>
@@ -205,20 +213,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>

+ 9 - 13
src/views/oa/modules/IncidentTicketModalDetail.vue

@@ -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=[]