|
@@ -4,23 +4,23 @@
|
|
|
<div class="jeecg-basic-table-form-container">
|
|
|
<a-form ref="formRef" @keyup.enter.native="reload" :model="queryParam" :label-col="labelCol" :wrapper-col="wrapperCol">
|
|
|
<a-row :gutter="24">
|
|
|
- <a-col :lg="8">
|
|
|
- <a-form-item name="billCode">
|
|
|
- <template #label><span title="询价单号(bill code)">询价单号(bill code)</span></template>
|
|
|
- <a-input placeholder="请输入询价单号(bill code)" v-model:value="queryParam.billCode" allow-clear ></a-input>
|
|
|
- </a-form-item>
|
|
|
- </a-col>
|
|
|
<a-col :lg="8">
|
|
|
<a-form-item name="billDate">
|
|
|
<template #label><span title="单据日期(bill date)">单据日期(bill date)</span></template>
|
|
|
<a-range-picker value-format="YYYY-MM-DD" v-model:value="queryParam.billDate" class="query-group-cust"/>
|
|
|
</a-form-item>
|
|
|
- </a-col>
|
|
|
+ </a-col>
|
|
|
+ <a-col :lg="8">
|
|
|
+ <a-form-item name="billCode">
|
|
|
+ <template #label><span title="询价单号(bill code)">询价单号(bill code)</span></template>
|
|
|
+ <a-input placeholder="请输入询价单号(bill code)" v-model:value="queryParam.billCode" allow-clear ></a-input>
|
|
|
+ </a-form-item>
|
|
|
+ </a-col>
|
|
|
<template v-if="toggleSearchStatus">
|
|
|
<a-col :lg="8">
|
|
|
<a-form-item name="inquiryProject">
|
|
|
<template #label><span title="询价项目(inquiry project)">询价项目(inquiry project)</span></template>
|
|
|
- <a-input placeholder="请输入询价项目(inquiry project)" v-model:value="queryParam.inquiryProject" allow-clear ></a-input>
|
|
|
+ <JDictSelectTag v-model:value="queryParam.inquiryProject" placeholder="请选择" dictCode="inquiry_platform"/>
|
|
|
</a-form-item>
|
|
|
</a-col>
|
|
|
<a-col :lg="8">
|
|
@@ -29,12 +29,6 @@
|
|
|
<a-input placeholder="请输入询价客户(inquiry customer)" v-model:value="queryParam.inquiryCustomer" allow-clear ></a-input>
|
|
|
</a-form-item>
|
|
|
</a-col>
|
|
|
- <a-col :lg="8">
|
|
|
- <a-form-item name="busynessType">
|
|
|
- <template #label><span title="业务类型(busyness type)">业务类型(busyness type)</span></template>
|
|
|
- <JDictSelectTag v-model:value="queryParam.busynessType" placeholder="请选择" dictCode="busyness_type"/>
|
|
|
- </a-form-item>
|
|
|
- </a-col>
|
|
|
<a-col :lg="8">
|
|
|
<a-form-item name="ship">
|
|
|
<template #label><span title="船(ship)">船(ship)</span></template>
|