给各个页面的查询输入框调整样式

This commit is contained in:
jishenghua
2025-03-17 21:58:04 +08:00
parent 0469b178d5
commit 0225c9d1f2
35 changed files with 175 additions and 105 deletions

View File

@@ -43,7 +43,9 @@
<span>总数量:{{operNumberTotalStr}},总金额:{{allPriceTotalStr}}</span>
</a-form-item>
</a-col>
<template v-if="toggleSearchStatus">
</a-row>
<template v-if="toggleSearchStatus">
<a-row :gutter="24">
<a-col :md="6" :sm="24">
<a-form-item label="单据编号" :labelCol="labelCol" :wrapperCol="wrapperCol">
<a-input placeholder="请输入单据编号" v-model="queryParam.number"></a-input>
@@ -96,8 +98,8 @@
<a-input placeholder="请输入备注" v-model="queryParam.remark"></a-input>
</a-form-item>
</a-col>
</template>
</a-row>
</a-row>
</template>
</a-form>
</div>
<!-- table区域-begin -->

View File

@@ -39,7 +39,9 @@
<span>实际采购金额:{{realityPriceTotal}}</span>
</a-form-item>
</a-col>
<template v-if="toggleSearchStatus">
</a-row>
<template v-if="toggleSearchStatus">
<a-row :gutter="24">
<a-col :md="6" :sm="24">
<a-form-item label="供应商" :labelCol="labelCol" :wrapperCol="wrapperCol">
<a-select placeholder="请选择供应商" v-model="queryParam.organId"
@@ -78,8 +80,8 @@
</a-tree-select>
</a-form-item>
</a-col>
</template>
</a-row>
</a-row>
</template>
</a-form>
</div>
<!-- table区域-begin -->

View File

@@ -44,7 +44,9 @@
{{firstTotal}} {{lastTotal}}
</a-form-item>
</a-col>
<template v-if="toggleSearchStatus">
</a-row>
<template v-if="toggleSearchStatus">
<a-row :gutter="24">
<a-col :md="6" :sm="24">
<a-form-item label="欠款情况" :labelCol="labelCol" :wrapperCol="wrapperCol">
<a-select v-model="queryParam.hasDebt">
@@ -53,8 +55,8 @@
</a-select>
</a-form-item>
</a-col>
</template>
</a-row>
</a-row>
</template>
</a-form>
</div>
<!-- table区域-begin -->

View File

@@ -39,7 +39,9 @@
<span>总数量:{{operNumberTotalStr}},总金额:{{allPriceTotalStr}}</span>
</a-form-item>
</a-col>
<template v-if="toggleSearchStatus">
</a-row>
<template v-if="toggleSearchStatus">
<a-row :gutter="24">
<a-col :md="6" :sm="24">
<a-form-item label="单据编号" :labelCol="labelCol" :wrapperCol="wrapperCol">
<a-input placeholder="请输入单据编号" v-model="queryParam.number"></a-input>
@@ -97,8 +99,8 @@
<a-input placeholder="请输入备注" v-model="queryParam.remark"></a-input>
</a-form-item>
</a-col>
</template>
</a-row>
</a-row>
</template>
</a-form>
</div>
<!-- table区域-begin -->

View File

@@ -39,7 +39,9 @@
<span>入库总数量:{{numSumTotalStr}},入库总金额:{{priceSumTotalStr}}</span>
</a-form-item>
</a-col>
<template v-if="toggleSearchStatus">
</a-row>
<template v-if="toggleSearchStatus">
<a-row :gutter="24">
<a-col :md="6" :sm="24">
<a-form-item label="往来单位" :labelCol="labelCol" :wrapperCol="wrapperCol">
<a-select placeholder="请选择往来单位" v-model="queryParam.organId"
@@ -77,8 +79,8 @@
</a-tree-select>
</a-form-item>
</a-col>
</template>
</a-row>
</a-row>
</template>
</a-form>
</div>
<!-- table区域-begin -->

View File

@@ -39,7 +39,9 @@
<span>本期总结存:{{totalStockStr}},总结存金额:{{totalCountMoneyStr}}</span>
</a-form-item>
</a-col>
<template v-if="toggleSearchStatus">
</a-row>
<template v-if="toggleSearchStatus">
<a-row :gutter="24">
<a-col :md="6" :sm="24">
<a-form-item label="仓库" :labelCol="labelCol" :wrapperCol="wrapperCol">
<a-select
@@ -61,8 +63,8 @@
</a-tree-select>
</a-form-item>
</a-col>
</template>
</a-row>
</a-row>
</template>
</a-form>
</div>
<!-- table区域-begin -->

View File

@@ -42,7 +42,9 @@
<span>总库存:{{currentStock}},总库存金额:{{currentStockPrice}},总重量:{{currentWeight}}</span>
</a-form-item>
</a-col>
<template v-if="toggleSearchStatus">
</a-row>
<template v-if="toggleSearchStatus">
<a-row :gutter="24">
<a-col :md="5" :sm="24">
<a-form-item label="类别" :labelCol="labelCol" :wrapperCol="wrapperCol">
<a-tree-select style="width:100%" :dropdownStyle="{maxHeight:'200px',overflow:'auto'}" allow-clear
@@ -63,8 +65,8 @@
</a-select>
</a-form-item>
</a-col>
</template>
</a-row>
</a-row>
</template>
</a-form>
</div>
<!-- table区域-begin -->

View File

@@ -39,7 +39,9 @@
<span>总数量:{{operNumberTotalStr}},总金额:{{allPriceTotalStr}}</span>
</a-form-item>
</a-col>
<template v-if="toggleSearchStatus">
</a-row>
<template v-if="toggleSearchStatus">
<a-row :gutter="24">
<a-col :md="6" :sm="24">
<a-form-item label="单据编号" :labelCol="labelCol" :wrapperCol="wrapperCol">
<a-input placeholder="请输入单据编号" v-model="queryParam.number"></a-input>
@@ -97,8 +99,8 @@
<a-input placeholder="请输入备注" v-model="queryParam.remark"></a-input>
</a-form-item>
</a-col>
</template>
</a-row>
</a-row>
</template>
</a-form>
</div>
<!-- table区域-begin -->

View File

@@ -39,7 +39,9 @@
<span>出库总数量:{{numSumTotalStr}},出库总金额:{{priceSumTotalStr}}</span>
</a-form-item>
</a-col>
<template v-if="toggleSearchStatus">
</a-row>
<template v-if="toggleSearchStatus">
<a-row :gutter="24">
<a-col :md="6" :sm="24">
<a-form-item label="往来单位" :labelCol="labelCol" :wrapperCol="wrapperCol">
<a-select placeholder="请选择往来单位" v-model="queryParam.organId"
@@ -77,8 +79,8 @@
</a-tree-select>
</a-form-item>
</a-col>
</template>
</a-row>
</a-row>
</template>
</a-form>
</div>
<!-- table区域-begin -->

View File

@@ -39,7 +39,9 @@
<span>实际零售金额:{{realityPriceTotal}}</span>
</a-form-item>
</a-col>
<template v-if="toggleSearchStatus">
</a-row>
<template v-if="toggleSearchStatus">
<a-row :gutter="24">
<a-col :md="6" :sm="24">
<a-form-item label="会员卡号" :labelCol="labelCol" :wrapperCol="wrapperCol">
<a-select placeholder="请选择会员卡号" v-model="queryParam.organId"
@@ -78,8 +80,8 @@
</a-tree-select>
</a-form-item>
</a-col>
</template>
</a-row>
</a-row>
</template>
</a-form>
</div>
<!-- table区域-begin -->

View File

@@ -39,7 +39,9 @@
<span>实际销售金额:{{realityPriceTotal}}</span>
</a-form-item>
</a-col>
<template v-if="toggleSearchStatus">
</a-row>
<template v-if="toggleSearchStatus">
<a-row :gutter="24">
<a-col :md="6" :sm="24">
<a-form-item label="客户" :labelCol="labelCol" :wrapperCol="wrapperCol">
<a-select placeholder="请选择客户" v-model="queryParam.organId"
@@ -78,8 +80,8 @@
</a-tree-select>
</a-form-item>
</a-col>
</template>
</a-row>
</a-row>
</template>
</a-form>
</div>
<!-- table区域-begin -->

View File

@@ -44,7 +44,9 @@
{{firstTotal}} {{lastTotal}}
</a-form-item>
</a-col>
<template v-if="toggleSearchStatus">
</a-row>
<template v-if="toggleSearchStatus">
<a-row :gutter="24">
<a-col :md="6" :sm="24">
<a-form-item label="欠款情况" :labelCol="labelCol" :wrapperCol="wrapperCol">
<a-select v-model="queryParam.hasDebt">
@@ -53,8 +55,8 @@
</a-select>
</a-form-item>
</a-col>
</template>
</a-row>
</a-row>
</template>
</a-form>
</div>
<!-- table区域-begin -->