|
@@ -11,13 +11,6 @@
|
|
|
</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="inquiryProject">
|
|
|
<template #label><span title="询价项目(inquiry project)">询价项目(inquiry project)</span></template>
|
|
|
<ApiSelect
|
|
@@ -33,6 +26,20 @@
|
|
|
/>
|
|
|
</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="priority">
|
|
|
+ <template #label><span title="优先级(priority)">优先级(priority)</span></template>
|
|
|
+ <JDictSelectTag v-model:value="queryParam.priority" placeholder="请选择" dictCode="priority" />
|
|
|
+ </a-form-item>
|
|
|
+ </a-col>
|
|
|
<a-col :lg="8">
|
|
|
<a-form-item name="inquirySuppiler">
|
|
|
<template #label><span title="询价供应商(inquiry supplier)">询价供应商(inquiry supplier)</span></template>
|
|
@@ -49,12 +56,6 @@
|
|
|
/>
|
|
|
</a-form-item>
|
|
|
</a-col>
|
|
|
- <a-col :lg="8">
|
|
|
- <a-form-item name="priority">
|
|
|
- <template #label><span title="优先级(priority)">优先级(priority)</span></template>
|
|
|
- <JDictSelectTag v-model:value="queryParam.priority" placeholder="请选择" dictCode="priority" />
|
|
|
- </a-form-item>
|
|
|
- </a-col>
|
|
|
<a-col :lg="8">
|
|
|
<a-form-item name="productionClass">
|
|
|
<template #label><span title="产品分类(production class)">产品分类(production class)</span></template>
|
|
@@ -208,6 +209,7 @@
|
|
|
},
|
|
|
scroll: {
|
|
|
x: '3000px',
|
|
|
+ y:'calc(100vh - 400px)',
|
|
|
},
|
|
|
beforeFetch: async (params) => {
|
|
|
let rangerQuery = await setRangeQuery();
|
|
@@ -345,11 +347,11 @@
|
|
|
const toggleSearchStatus = ref<boolean>(false);
|
|
|
const labelCol = reactive({
|
|
|
xs: 24,
|
|
|
- sm: 8,
|
|
|
+ sm: 9,
|
|
|
});
|
|
|
const wrapperCol = reactive({
|
|
|
xs: 24,
|
|
|
- sm: 16,
|
|
|
+ sm: 15,
|
|
|
});
|
|
|
const labelCol1 = reactive({
|
|
|
xs: 24,
|