|
@@ -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",
|