|
@@ -104,8 +104,8 @@
|
|
|
货架数量:<strong>{{ statisticsObj.shelfNum }}</strong>;
|
|
|
铺货数量合计:<strong>{{ statisticsObj.totalShelfMaxQty }}</strong>;
|
|
|
铺货金额合计:<strong>{{ statisticsObj.totalShelfMaxCost }}</strong>;
|
|
|
- 货架取货数量合计:<strong>{{ statisticsObj.totalOrderAmount }}</strong>;
|
|
|
- 货架取货金额合计:<strong>{{ statisticsObj.totalOrderQty }}</strong>;
|
|
|
+ 货架取货数量合计:<strong>{{ statisticsObj.totalOrderQty }}</strong>;
|
|
|
+ 货架取货金额合计:<strong>{{ statisticsObj.totalOrderAmount }}</strong>;
|
|
|
</div>
|
|
|
<div>
|
|
|
急送数量合计:<strong>{{ statisticsObj.tempOrderQty }}</strong>;
|
|
@@ -171,7 +171,8 @@ export default {
|
|
|
itemData: null, // 编辑行数据
|
|
|
openStatusModal: false, // 货架状态弹窗初始状态
|
|
|
statisticsObj: null,
|
|
|
- areaArr:[],
|
|
|
+ areaArr: [],
|
|
|
+
|
|
|
// 表头
|
|
|
columns: [
|
|
|
{ title: '序号', dataIndex: 'no', width: '6%', align: 'center' },
|
|
@@ -269,10 +270,10 @@ export default {
|
|
|
dealerProvinceSn: undefined,
|
|
|
dealerCitySn: undefined
|
|
|
}
|
|
|
- this.areaArr=[];
|
|
|
+ this.areaArr = []
|
|
|
this.$refs.rangeDate.resetDate()
|
|
|
- if(this.advanced){
|
|
|
- this.$refs.orderDate.resetDate();
|
|
|
+ if (this.advanced) {
|
|
|
+ this.$refs.orderDate.resetDate()
|
|
|
}
|
|
|
this.$refs.dealerList.resetForm()
|
|
|
this.$refs.storeList.resetForm()
|