|
@@ -28,18 +28,18 @@
|
|
|
<outTenant id="chainTransferInReport-outTenantSn" v-model="queryParam.outTenantSn"></outTenant>
|
|
|
</a-form-item>
|
|
|
</a-col>
|
|
|
- <a-col :md="4" :sm="24">
|
|
|
- <a-form-item label="调拨产品类型">
|
|
|
- <v-select
|
|
|
- v-model="queryParam.allocationType"
|
|
|
- ref="allocationType"
|
|
|
- id="chainTransferInReport-allocationType"
|
|
|
- code="ALLOCATION_LINKAGE_PRODUCT_TYPE"
|
|
|
- placeholder="请选择调拨产品类型"
|
|
|
- allowClear></v-select>
|
|
|
- </a-form-item>
|
|
|
- </a-col>
|
|
|
<template v-if="advanced">
|
|
|
+ <a-col :md="4" :sm="24">
|
|
|
+ <a-form-item label="调拨产品类型">
|
|
|
+ <v-select
|
|
|
+ v-model="queryParam.allocationType"
|
|
|
+ ref="allocationType"
|
|
|
+ id="chainTransferInReport-allocationType"
|
|
|
+ code="ALLOCATION_LINKAGE_PRODUCT_TYPE"
|
|
|
+ placeholder="请选择调拨产品类型"
|
|
|
+ allowClear></v-select>
|
|
|
+ </a-form-item>
|
|
|
+ </a-col>
|
|
|
<a-col :md="4" :sm="24">
|
|
|
<a-form-model-item label="产品编码">
|
|
|
<a-input id="chainTransferInReport-code" v-model.trim="queryParam.productEntity.code" allowClear placeholder="请输入产品编码"/>
|
|
@@ -61,7 +61,7 @@
|
|
|
</a-form-model-item>
|
|
|
</a-col>
|
|
|
</template>
|
|
|
- <a-col :md="4" :sm="24" style="margin-bottom: 10px;">
|
|
|
+ <a-col :md="6" :sm="24" style="margin-bottom: 10px;">
|
|
|
<a-button type="primary" @click="handleSearch" :disabled="disabled" id="chainTransferInReport-refresh">查询</a-button>
|
|
|
<a-button style="margin-left: 5px" @click="resetSearchForm" :disabled="disabled" id="chainTransferInReport-reset">重置</a-button>
|
|
|
<a-button
|