|
@@ -39,12 +39,18 @@
|
|
|
<JSelect v-model:value="queryParam.inquiryCustomer" :get-option-url="CustomerOption" :showField="showField"></JSelect>
|
|
|
</a-form-item>
|
|
|
</a-col>
|
|
|
- <!-- <a-col :lg="8">
|
|
|
- <a-form-item name="shipID">
|
|
|
- <template #label><span title="船(ship)">船(ship)</span></template>
|
|
|
- <JInput placeholder="请输入船(ship)" v-model:value="queryParam.shipID" allow-clear ></JInput>
|
|
|
+ <a-col :lg="8">
|
|
|
+ <a-form-item name="shipName" :label-col="{ style: 'width: 280px' }">
|
|
|
+ <template #label><span title="船(shipName)">船(shipName)</span></template>
|
|
|
+ <JInput placeholder="请输入船(shipName)" v-model:value="queryParam.shipName" allow-clear ></JInput>
|
|
|
</a-form-item>
|
|
|
- </a-col> -->
|
|
|
+ </a-col>
|
|
|
+ <a-col :lg="8">
|
|
|
+ <a-form-item name="imo" :label-col="{ style: 'width: 280px' }">
|
|
|
+ <template #label><span title="船IMO(imo)">船IMO(imo)</span></template>
|
|
|
+ <JInput placeholder="请输入船IMO(imo)" v-model:value="queryParam.imo" allow-clear ></JInput>
|
|
|
+ </a-form-item>
|
|
|
+ </a-col>
|
|
|
<a-col :lg="8">
|
|
|
<a-form-item name="priority" :label-col="{ style: 'width: 280px' }">
|
|
|
<template #label><span title="优先级(priority)">优先级(priority)</span></template>
|