Browse Source

森语-事故处理单

jbb 2 years ago
parent
commit
c0ad1a2f4e

+ 7 - 5
src/views/oa/modules/IncidentTicketModal.vue

@@ -115,13 +115,14 @@
               <a-input v-model="formState.businessType"   placeholder="请输入" readOnly></a-input>
             </a-form-model-item>
           </a-col>
-          </a-row>
-          <a-row :gutter="24">
           <a-col :span="8" >
             <a-form-model-item label="成衣销售订单号" prop="garmentSalesOrder">
               <a-input v-model="formState.garmentSalesOrder"   placeholder="请输入" readOnly></a-input>
             </a-form-model-item>
           </a-col>
+          </a-row>
+          <a-row :gutter="24">
+          
           <a-col :span="8" >
             <a-form-model-item label="款号" prop="styleNumber" >
               <a-input v-model="formState.styleNumber"    placeholder="请输入" readOnly></a-input>
@@ -132,14 +133,15 @@
               <a-input v-model="formState.material"   placeholder="请输入" readOnly></a-input>
             </a-form-model-item>
           </a-col>
-          </a-row>
-          <a-row :gutter="24">
-          
           <a-col :span="8" >
             <a-form-model-item label="计划员" prop="planPersonnel">
               <a-input v-model="formState.planPersonnel"   placeholder="请输入" readOnly></a-input>
             </a-form-model-item>
           </a-col>
+          </a-row>
+          <a-row :gutter="24">
+          
+          
           <a-col :span="8" >
             <a-form-model-item label="业务员" prop="businessPeople" >
               <j-search-select-tag v-model="formState.businessPeople" placeholder="" 

+ 16 - 7
src/views/oa/modules/IncidentTicketModalDetail.vue

@@ -111,11 +111,11 @@
           </a-row>
           <a-divider />
           <a-row :gutter="24">         
-          <a-col :span="8" >
+          <!-- <a-col :span="8" >
             <a-form-model-item label="币种" prop="moneyType">
               <a-input v-model="formState.moneyType"   placeholder="请输入" readOnly></a-input>
             </a-form-model-item>
-          </a-col>
+          </a-col> -->
           <a-col :span="8" >
             <a-form-model-item label="总金额" prop="totalMoney" >
               <a-input v-model="formState.totalMoney"    placeholder="请输入" readOnly></a-input>
@@ -126,13 +126,14 @@
               <a-input v-model="formState.businessType"   placeholder="请输入" readOnly></a-input>
             </a-form-model-item>
           </a-col>
-          </a-row>
-          <a-row :gutter="24">
           <a-col :span="8" >
             <a-form-model-item label="成衣销售订单号" prop="garmentSalesOrder">
               <a-input v-model="formState.garmentSalesOrder"   placeholder="请输入" readOnly></a-input>
             </a-form-model-item>
           </a-col>
+          </a-row>
+          <a-row :gutter="24">
+          
           <a-col :span="8" >
             <a-form-model-item label="款号" prop="styleNumber" >
               <a-input v-model="formState.styleNumber"    placeholder="请输入" readOnly></a-input>
@@ -143,14 +144,15 @@
               <a-input v-model="formState.material"   placeholder="请输入" readOnly></a-input>
             </a-form-model-item>
           </a-col>
-          </a-row>
-          <a-row :gutter="24">
-          
           <a-col :span="8" >
             <a-form-model-item label="计划员" prop="planPersonnel">
               <a-input v-model="formState.planPersonnel"   placeholder="请输入" readOnly></a-input>
             </a-form-model-item>
           </a-col>
+          </a-row>
+          <a-row :gutter="24">
+          
+        
           <a-col :span="8" >
             <a-form-model-item label="业务员" prop="businessPeople" >
               <j-search-select-tag v-model="formState.businessPeople" placeholder="" 
@@ -415,6 +417,13 @@
             width: '7%',
             // scopedSlots: { customRender: 'accidentType' },
           },
+          {
+            title: '币种',
+            align: "center",
+            dataIndex: 'moneyType',
+            width: '7%',
+            // scopedSlots: { customRender: 'accidentType' },
+          },
           {
             title: '事故金额',
             align: "center",