下拉更改

dev
张同海 2 years ago
parent 01ab18d350
commit cd408316a4

@ -14,6 +14,7 @@
:data-source="customerDataArr"
@select="customerSelect"
@change="customerChange"
@focus="customerChange"
/>
<span
class="customer-btn iconfont icon-touxiang"
@ -62,6 +63,7 @@
:data-source="forwarderDataArr"
@select="forwarderSelect"
@change="forwarderChange"
@focus="forwarderChange"
/>
<!-- <a-input :allowClear="true" v-model="details.forwarder" /> -->
</a-form-item>
@ -124,6 +126,7 @@
:data-source="vesselDataArr"
@select="vesselSelect"
@change="vesselChange"
@focus="vesselChange"
/>
</a-form-item>
</a-col>
@ -154,6 +157,7 @@
:data-source="voynoinnerDataArr"
@select="voynoinnerSelect"
@change="voynoinnerChange"
@focus="voynoinnerChange"
/>
</a-form-item>
</a-col>
@ -213,6 +217,7 @@
:data-source="lanenameDataArr"
@select="lanenameSelect"
@change="lanenameChange"
@focus="lanenameChange"
/>
</a-form-item>
</a-col>
@ -225,6 +230,7 @@
:data-source="shipagencyDataArr"
@select="shipagencySelect"
@change="shipagencyChange"
@focus="shipagencyChange"
/>
</a-form-item>
</a-col>
@ -259,6 +265,7 @@
:data-source="saleUserListArr"
@select="saleSelect"
@change="saleChange"
@focus="saleChange"
/>
</a-form-item>
</a-col>
@ -277,6 +284,7 @@
:data-source="opUserListArr"
@select="opSelect"
@change="opChange"
@focus="opChange"
/>
</a-form-item>
</a-col>
@ -295,6 +303,7 @@
:data-source="docUserListArr"
@select="docSelect"
@change="docChange"
@focus="docChange"
/>
</a-form-item>
</a-col>
@ -313,6 +322,7 @@
:data-source="custserviceUserListArr"
@select="custserviceSelect"
@change="custserviceChange"
@focus="custserviceChange"
/>
</a-form-item>
</a-col>
@ -848,6 +858,7 @@ export default {
this.details.customerid = this.customerData[index].id
},
customerChange(value) {
console.log(value)
// this.getCustomer(value)
this.getDjyCustomerpage(value, 'customer', 'consignor')
},

@ -62,6 +62,7 @@
:data-source="issueplaceDataArr"
@select="issueplaceSelect"
@change="issueplaceChange"
@focus="issueplaceChange"
/>
</a-form-item>
</a-col>
@ -134,6 +135,7 @@
:data-source="prepardatDataArr"
@select="prepardatSelect"
@change="prepardatChange"
@focus="prepardatChange"
/>
</a-form-item>
</a-col>
@ -151,6 +153,7 @@
:data-source="payableatDataArr"
@select="payableatSelect"
@change="payableatChange"
@focus="payableatChange"
/>
</a-form-item>
</a-col>
@ -168,6 +171,7 @@
:data-source="blfrtDataArr"
@select="blfrtSelect"
@change="blfrtChange"
@focus="blfrtChange"
/>
</a-form-item>
</a-col>
@ -196,6 +200,7 @@
:data-source="serviceDataArr"
@select="serviceSelect"
@change="serviceChange"
@focus="serviceChange"
/>
</a-form-item>
</a-col>

@ -17,6 +17,7 @@
:data-source="shipperDataArr"
@select="shipperSelect"
@change="shipperChange"
@focus="shipperChange"
/>
<a-button class="save-btn" type="link" size="small" icon="save" @click="saveModel('shipper')"
>保存</a-button
@ -54,6 +55,7 @@
:data-source="consigneeDataArr"
@select="consigneeSelect"
@change="consigneeChange"
@focus="consigneeChange"
/>
<a-button class="save-btn" type="link" size="small" icon="save" @click="saveModel('consignee')"
>保存</a-button
@ -91,6 +93,7 @@
:data-source="notifyDataArr"
@select="notifySelect"
@change="notifyChange"
@focus="notifyChange"
/>
<a-button class="save-btn" type="link" size="small" icon="save" @click="saveModel('notifyparty')"
>保存</a-button
@ -177,6 +180,7 @@
:data-source="customserDataArr"
@select="customserSelect"
@change="customserChange"
@focus="customserChange"
/>
</a-form-item>
</a-col>
@ -195,6 +199,7 @@
:data-source="truckerDataArr"
@select="truckerSelect"
@change="truckerChange"
@focus="truckerChange"
/>
</a-form-item>
</a-col>
@ -213,6 +218,7 @@
:data-source="agentidDataArr"
@select="agentidSelect"
@change="agentidChange"
@focus="agentidChange"
/>
</a-form-item>
</a-col>
@ -298,6 +304,7 @@
:data-source="portloadDataArr"
@select="portloadSelect"
@change="portloadChange"
@focus="portloadChange"
/>
</a-form-item>
</a-col>
@ -327,6 +334,7 @@
:data-source="transportDataArr"
@select="transportSelect"
@change="transportChange"
@focus="transportChange"
/>
</a-form-item>
</a-col>
@ -356,6 +364,7 @@
:data-source="portdischargeDataArr"
@select="portdischargeSelect"
@change="portdischargeChange"
@focus="portdischargeChange"
/>
</a-form-item>
</a-col>
@ -385,6 +394,7 @@
:data-source="destinationDataArr"
@select="destinationSelect"
@change="destinationChange"
@focus="destinationChange"
/>
</a-form-item>
</a-col>
@ -414,6 +424,7 @@
:data-source="placedeliveryDataArr"
@select="placedeliverySelect"
@change="placedeliveryChange"
@focus="placedeliveryChange"
/>
</a-form-item>
</a-col>
@ -443,6 +454,7 @@
:data-source="placereceiptDataArr"
@select="placereceiptSelect"
@change="placereceiptChange"
@focus="placereceiptChange"
/>
</a-form-item>
</a-col>
@ -483,6 +495,7 @@
:data-source="kindpkgsDataArr"
@select="kindpkgsSelect"
@change="kindpkgsChange"
@focus="kindpkgsChange"
/>
</a-form-item>
</a-col>

Loading…
Cancel
Save