|
@@ -11,15 +11,8 @@
|
|
|
</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>
|
|
|
- <template v-if="toggleSearchStatus">
|
|
|
- <a-col :lg="8">
|
|
|
- <a-form-item name="quotationProject">
|
|
|
- <template #label><span title="报价项目(quotation project)">报价项目(quotation project)</span></template>
|
|
|
+ <a-form-item name="quotationProject" >
|
|
|
+ <template #label ><span title="报价项目(quotation project)">报价项目(quotation project)</span></template>
|
|
|
<ApiSelect
|
|
|
:api="ProjectOption"
|
|
|
showSearch
|
|
@@ -33,6 +26,14 @@
|
|
|
/>
|
|
|
</a-form-item>
|
|
|
</a-col>
|
|
|
+
|
|
|
+ <template v-if="toggleSearchStatus">
|
|
|
+ <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 :lg="8">
|
|
|
<a-form-item name="quotationCustomer">
|
|
|
<template #label><span title="报价客户(quotation customer)">报价客户(quotation customer)</span></template>
|
|
@@ -203,6 +204,7 @@
|
|
|
},
|
|
|
scroll: {
|
|
|
x: '2700px',
|
|
|
+ y:'calc(100vh - 400px)',
|
|
|
},
|
|
|
beforeFetch: async (params) => {
|
|
|
let rangerQuery = await setRangeQuery();
|
|
@@ -374,11 +376,11 @@
|
|
|
const toggleSearchStatus = ref<boolean>(false);
|
|
|
const labelCol = reactive({
|
|
|
xs: 24,
|
|
|
- sm: 8,
|
|
|
+ sm: 9,
|
|
|
});
|
|
|
const wrapperCol = reactive({
|
|
|
xs: 24,
|
|
|
- sm: 16,
|
|
|
+ sm: 17,
|
|
|
});
|
|
|
const labelCol1 = reactive({
|
|
|
xs: 24,
|