|
|
@@ -64,7 +64,7 @@
|
|
|
:yamada-fc-brand="yamadaFcBrand"
|
|
|
:yamada-business-type="yamadaBusinessType"
|
|
|
@check-change="handleCheckChange"
|
|
|
- :show-business-type="true"
|
|
|
+ :show-fc="true"
|
|
|
/>
|
|
|
<div class="btn-section">
|
|
|
<el-button class="btn-aggregation" @click="handleAggregate" v-hasPermi="['fcbi:sales:sum']">集計</el-button>
|
|
|
@@ -112,13 +112,13 @@ const selectedRegions = ref([]);
|
|
|
const data = reactive({
|
|
|
// 検索条件を格納するオブジェクト
|
|
|
queryParams: {
|
|
|
- brandCode: [],
|
|
|
- businessTypeCode: [],
|
|
|
targetPeriodType: TARGET_PERIOD_TYPE.MONTHLY,
|
|
|
aggregationType: AGGREGATION_TYPE.FC,
|
|
|
startYear: null,
|
|
|
startMonth: null,
|
|
|
annual: null,
|
|
|
+ brandCode: [],
|
|
|
+ businessTypeCode: [],
|
|
|
regions: []
|
|
|
}
|
|
|
});
|