diff --git a/src/views/modules/order/buyorder.vue b/src/views/modules/order/buyorder.vue index ba264ce..b86b2f2 100644 --- a/src/views/modules/order/buyorder.vue +++ b/src/views/modules/order/buyorder.vue @@ -24,7 +24,7 @@ -
+
全部 未打印 已打印 @@ -152,6 +152,7 @@ 订单详情 +
@@ -208,7 +209,9 @@
-
合计:¥{{ fitem.orderPrice }}
+
商品合计:¥{{ fitem.orderPrice }}
+
运费:¥{{ fitem.shippingPrice }}
+
实收:¥{{ fitem.realPrice }}
@@ -322,12 +325,12 @@ align="center" label="地址"> --> - + @@ -341,10 +344,11 @@ @@ -365,7 +369,7 @@
- {{item.productName}} [ ×{{item.quantity}} ] + {{item.productName}} [ ¥{{item.productPrice}} × {{item.quantity}} ]
@@ -576,7 +580,7 @@ export default { tabActiveName: '1', // tab筛选默认all全部 0:待付款 1:待发货 2:已发货 3:已完成 isPrint: 0, // 已发货列表筛选 0:显示订单 1:显示可打印列表, orderName: '0', //订单名称筛选 all:全部 0:健康超市 1:电子书 2:充值订单 - sheetCode: 0, // 面单状态2 未打印,1 已打印 0全部 + sheetCode: 2, // 面单状态2 未打印,1 已打印 0全部 }, editBeizhudialogVisible: false, // 修改备注按钮 editBeizhuform: { @@ -1237,7 +1241,7 @@ export default { handler(val, oldVal) { //console.log(val) this.getDataList() - if (this.tabChange.tabActiveName === '0' || this.tabChange.tabActiveName === '1' || this.tabChange.tabActiveName === '3') { + if (this.tabChange.tabActiveName === '' || this.tabChange.tabActiveName === '0' || this.tabChange.tabActiveName === '1' || this.tabChange.tabActiveName === '3') { this.tabChange.isPrint = '0' } if (this.tabChange.isPrint === '1') { this.getPrintSheetList() } diff --git a/static/config/index.js b/static/config/index.js index dc5c9f1..4e7dbc4 100644 --- a/static/config/index.js +++ b/static/config/index.js @@ -7,9 +7,9 @@ // api接口请求地址 // window.SITE_CONFIG['baseUrl'] = 'http://192.168.110.100:9200/pb'; // window.SITE_CONFIG['baseUrl'] = 'http://59.110.212.44:9200/pb'; - window.SITE_CONFIG['baseUrl'] = 'https://testapi.nuttyreading.com'; // 线上测试环境 + // window.SITE_CONFIG['baseUrl'] = 'https://testapi.nuttyreading.com'; // 线上测试环境 // window.SITE_CONFIG['baseUrl'] = 'https://api.nuttyreading.com'; // 线上正式环境 - // window.SITE_CONFIG['baseUrl'] = 'http://192.168.110.38:9200/pb'; + window.SITE_CONFIG['baseUrl'] = 'http://192.168.110.110:9200/pb'; // window.SITE_CONFIG['baseUrl'] = 'http://59.110.212.44:9200/pb'; // cdn地址 = 域名 + 版本号