|
|
|
@ -46,7 +46,7 @@
|
|
|
|
|
</template>
|
|
|
|
|
</v-table>
|
|
|
|
|
</div>
|
|
|
|
|
<a-modal title="销量明细" width="1200px" :footer="null" @cancel="onClose" :visible="visible">
|
|
|
|
|
<a-modal title="销量明细" width="66%" :footer="null" @cancel="onClose" :visible="visible">
|
|
|
|
|
<div v-if="form.sBrand == undefined">
|
|
|
|
|
<v-tab-group :value="pValue" :style="{ background: 'transparent',padding: '0px 0px 12px 0px' }" :btns="btnPro" @change="handlerProMode"></v-tab-group>
|
|
|
|
|
<v-table v-if="pValue == 0" ref="rtable" :columns="columnsProCity" :data="dataProCity">
|
|
|
|
@ -64,7 +64,7 @@
|
|
|
|
|
</v-table>
|
|
|
|
|
</div>
|
|
|
|
|
</a-modal>
|
|
|
|
|
<a-modal title="销量明细" width="1200px" :footer="null" @cancel="onClose2" :visible="visible2">
|
|
|
|
|
<a-modal title="销量明细" width="66%" :footer="null" @cancel="onClose2" :visible="visible2">
|
|
|
|
|
<div v-if="form.sBrand == undefined && form.sSeriesName == undefined">
|
|
|
|
|
<v-tab-group :value="cValue" :style="{ background: 'transparent',padding: '0px 0px 12px 0px' }" :btns="btnCity" @change="handlerCityMode"></v-tab-group>
|
|
|
|
|
<v-table v-if="cValue == 0" ref="rtable" :columns="columnsCityBrand" :data="dataCityBrand">
|
|
|
|
|