|
|
|
@ -402,7 +402,7 @@
|
|
|
|
|
<a-col :span="12">
|
|
|
|
|
<a-form-model-item
|
|
|
|
|
class="from-label"
|
|
|
|
|
label="收货代码"
|
|
|
|
|
label="收货地代码"
|
|
|
|
|
:labelCol="labelCol"
|
|
|
|
|
:wrapperCol="wrapperCol"
|
|
|
|
|
has-feedback
|
|
|
|
@ -418,8 +418,9 @@
|
|
|
|
|
:dropdown-style="{ width: '300px' }"
|
|
|
|
|
@select="placereceiptSelect"
|
|
|
|
|
@focus="placereceiptChange"
|
|
|
|
|
@change="debounce(placereceiptChange, 300, $event)"
|
|
|
|
|
@change="debounce(placereceiptChange, 0, $event)"
|
|
|
|
|
></auto-complete>
|
|
|
|
|
<!-- @change="debounce(placereceiptChange, 100, $event)" -->
|
|
|
|
|
</a-form-model-item>
|
|
|
|
|
</a-col>
|
|
|
|
|
<a-col :span="12">
|
|
|
|
@ -454,7 +455,7 @@
|
|
|
|
|
:dropdown-style="{ width: '300px' }"
|
|
|
|
|
@select="portloadSelect"
|
|
|
|
|
@focus="portloadChange"
|
|
|
|
|
@change="debounce(portloadChange, 300, $event)"
|
|
|
|
|
@change="debounce(portloadChange, 0, $event)"
|
|
|
|
|
></auto-complete>
|
|
|
|
|
</a-form-model-item>
|
|
|
|
|
</a-col>
|
|
|
|
@ -490,7 +491,7 @@
|
|
|
|
|
:dropdown-style="{ width: '300px' }"
|
|
|
|
|
@select="transportSelect"
|
|
|
|
|
@focus="transportChange"
|
|
|
|
|
@change="debounce(transportChange, 300, $event)"
|
|
|
|
|
@change="debounce(transportChange, 0, $event)"
|
|
|
|
|
/>
|
|
|
|
|
</a-form-model-item>
|
|
|
|
|
</a-col>
|
|
|
|
@ -526,7 +527,7 @@
|
|
|
|
|
:dropdown-style="{ width: '300px' }"
|
|
|
|
|
@select="portdischargeSelect"
|
|
|
|
|
@focus="portdischargeChange"
|
|
|
|
|
@change="debounce(portdischargeChange, 300, $event)"
|
|
|
|
|
@change="debounce(portdischargeChange, 0, $event)"
|
|
|
|
|
/>
|
|
|
|
|
</a-form-model-item>
|
|
|
|
|
</a-col>
|
|
|
|
@ -562,7 +563,7 @@
|
|
|
|
|
:dropdown-style="{ width: '300px' }"
|
|
|
|
|
@select="destinationSelect"
|
|
|
|
|
@focus="destinationChange"
|
|
|
|
|
@change="debounce(destinationChange, 300, $event)"
|
|
|
|
|
@change="debounce(destinationChange, 0, $event)"
|
|
|
|
|
/>
|
|
|
|
|
</a-form-model-item>
|
|
|
|
|
</a-col>
|
|
|
|
@ -597,7 +598,7 @@
|
|
|
|
|
:dropdown-match-select-width="false"
|
|
|
|
|
:dropdown-style="{ width: '300px' }"
|
|
|
|
|
@select="placedeliverySelect"
|
|
|
|
|
@change="debounce(placedeliveryChange, 300, $event)"
|
|
|
|
|
@change="debounce(placedeliveryChange, 0, $event)"
|
|
|
|
|
@focus="placedeliveryChange"
|
|
|
|
|
/>
|
|
|
|
|
</a-form-model-item>
|
|
|
|
@ -1288,7 +1289,7 @@ export default {
|
|
|
|
|
const arr = []
|
|
|
|
|
res.data.map((item, index) => {
|
|
|
|
|
arr.push({
|
|
|
|
|
...{ selectShowTab: item.name + ' / ' + item.code },
|
|
|
|
|
...{ selectShowTab: item.name + ' / ' + item.showCode },
|
|
|
|
|
...item
|
|
|
|
|
})
|
|
|
|
|
})
|
|
|
|
@ -2461,7 +2462,7 @@ form .has-feedback .ant-time-picker-clear {
|
|
|
|
|
|
|
|
|
|
/deep/ .ant-input-suffix {
|
|
|
|
|
color: rgba(0, 0, 0, 0.25);
|
|
|
|
|
display: none;
|
|
|
|
|
// display: none;
|
|
|
|
|
}
|
|
|
|
|
/deep/ .ant-input-affix-wrapper:hover {
|
|
|
|
|
.ant-input-suffix {
|
|
|
|
|