|
@@ -44,12 +44,7 @@
|
|
|
|
|
|
<a-col :md="6" :sm="8">
|
|
|
<a-form-model-item label="经营单位地址" prop="businessUnitAdd">
|
|
|
- <a-select placeholder="请选择经营单位地址" v-model="addBook.unitInOperationAddress">
|
|
|
- <a-select-option value="">请选择</a-select-option>
|
|
|
- <a-select-option value="客户1">客户1</a-select-option>
|
|
|
- <a-select-option value="客户2">客户2</a-select-option>
|
|
|
- <a-select-option value="客户3">客户3</a-select-option>
|
|
|
- </a-select>
|
|
|
+ <a-input placeholder="请输入经营单位地址" v-model="addBook.unitInOperationAddress"></a-input>
|
|
|
</a-form-model-item>
|
|
|
</a-col>
|
|
|
|
|
@@ -64,6 +59,7 @@
|
|
|
</a-form-model-item>
|
|
|
</a-col>
|
|
|
|
|
|
+
|
|
|
<a-col :md="6" :sm="8">
|
|
|
<a-form-model-item label="最终船期" prop="finalShipDate">
|
|
|
<a-input placeholder="请输入最终船期" v-model="addBook.theFinalShippingDate"></a-input>
|
|
@@ -105,36 +101,67 @@
|
|
|
|
|
|
<a-col :md="6" :sm="8">
|
|
|
<a-form-model-item label="贸易国别" prop="tradeCountry">
|
|
|
- <a-input placeholder="请输入贸易国别" v-model="addBook.tradeCountry"></a-input>
|
|
|
+ <j-search-select-tag
|
|
|
+ placeholder="请选择贸易国别"
|
|
|
+ v-model="addBook.tradeCountry"
|
|
|
+ dict="trade_country">
|
|
|
+ </j-search-select-tag>
|
|
|
+ <!-- <a-input placeholder="请输入贸易国别" v-model="addBook.tradeCountry"></a-input> -->
|
|
|
</a-form-model-item>
|
|
|
</a-col>
|
|
|
|
|
|
<a-col :md="6" :sm="8">
|
|
|
<a-form-model-item label="运抵国别" prop="arriveCountry">
|
|
|
- <a-input placeholder="请输入运抵国别" v-model="addBook.arriveInCountry"></a-input>
|
|
|
+ <j-search-select-tag
|
|
|
+ placeholder="请选择运抵国别"
|
|
|
+ v-model="addBook.arriveInCountry"
|
|
|
+ dict="country_of_arrival">
|
|
|
+ </j-search-select-tag>
|
|
|
+ <!-- <a-input placeholder="请输入运抵国别" v-model="addBook.arriveInCountry"></a-input> -->
|
|
|
</a-form-model-item>
|
|
|
</a-col>
|
|
|
<a-col :md="6" :sm="8">
|
|
|
<a-form-model-item label="出口口岸" prop="exportPort">
|
|
|
- <a-input placeholder="请输入出口口岸" v-model="addBook.exportPort"></a-input>
|
|
|
+ <j-search-select-tag
|
|
|
+ placeholder="请选择出口口岸"
|
|
|
+ v-model="addBook.exportPort"
|
|
|
+ dict="export_port">
|
|
|
+ </j-search-select-tag>
|
|
|
+ <!-- <a-input placeholder="请输入出口口岸" v-model="addBook.exportPort"></a-input> -->
|
|
|
</a-form-model-item>
|
|
|
</a-col>
|
|
|
|
|
|
<a-col :md="6" :sm="8">
|
|
|
<a-form-model-item label="目的港" prop="destinationport">
|
|
|
- <a-input placeholder="请输入目的港" v-model="addBook.destinationPort"></a-input>
|
|
|
+ <j-search-select-tag
|
|
|
+ placeholder="请选择目的港"
|
|
|
+ v-model="addBook.destinationPort"
|
|
|
+ dict="port_of_destination">
|
|
|
+ </j-search-select-tag>
|
|
|
+ <!-- <a-input placeholder="请输入目的港" v-model="addBook.destinationPort"></a-input> -->
|
|
|
</a-form-model-item>
|
|
|
</a-col>
|
|
|
|
|
|
<a-col :md="6" :sm="8">
|
|
|
<a-form-model-item label="收汇方式" prop="collectionMethod">
|
|
|
- <a-input placeholder="请输入收汇方式" v-model="addBook.exchangeEarningsValue"></a-input>
|
|
|
+ <j-search-select-tag
|
|
|
+ placeholder="请选择收汇方式"
|
|
|
+ v-model="addBook.exchangeEarningsValue"
|
|
|
+ dict="collection_method">
|
|
|
+ </j-search-select-tag>
|
|
|
+ <!-- <a-input placeholder="请输入收汇方式" v-model="addBook.exchangeEarningsValue"></a-input> -->
|
|
|
</a-form-model-item>
|
|
|
</a-col>
|
|
|
|
|
|
<a-col :md="6" :sm="8">
|
|
|
<a-form-model-item label="成交方式" prop="soldType">
|
|
|
- <a-input placeholder="请输入成交方式" v-model="addBook.termsOfDeliveryvalue"></a-input>
|
|
|
+ <j-search-select-tag
|
|
|
+ placeholder="请选择成交方式"
|
|
|
+ v-model="addBook.termsOfDeliveryvalue"
|
|
|
+ dict="transaction_method"
|
|
|
+ change>
|
|
|
+ </j-search-select-tag>
|
|
|
+ <!-- <a-input placeholder="请输入成交方式" v-model="addBook.termsOfDeliveryvalue"></a-input> -->
|
|
|
</a-form-model-item>
|
|
|
</a-col>
|
|
|
|
|
@@ -294,7 +321,7 @@
|
|
|
<a-button :style="{ marginRight: '8px' }">取消</a-button>
|
|
|
</a-popconfirm>
|
|
|
<a-button type="primary" @click="submitAdd">
|
|
|
- 提交
|
|
|
+ 保存
|
|
|
</a-button>
|
|
|
</div>
|
|
|
</a-drawer>
|