Browse Source

feat: 。。

黎海 2 years ago
parent
commit
6cf267ecf6
2 changed files with 5 additions and 1 deletions
  1. 4 1
      src/pages/confirmOrder/details/index.vue
  2. 1 0
      src/pages/home/index.vue

+ 4 - 1
src/pages/confirmOrder/details/index.vue

@@ -549,14 +549,17 @@ export default {
549 549
     //确定时间选择
550 550
     comfigTs () {
551 551
       if (this.timeIndexText.length == 0) return
552
-      let order_data = [], order_data_info = {}
552
+      let order_data = []
553 553
       this.order_data.project_list.forEach(item => {
554
+        let order_data_info = {}
554 555
         order_data_info['id'] = item.id
555 556
         if (item.product_ids != "") {
556 557
           order_data_info['product_id'] = item.product_ids
557 558
         }
559
+        console.log(order_data_info, 'order_data_info');
558 560
         order_data.push(order_data_info)
559 561
       })
562
+      console.log(order_data, 'order_data');
560 563
       let params = {
561 564
         id: this.id,
562 565
         order_data: JSON.stringify(order_data),

+ 1 - 0
src/pages/home/index.vue

@@ -231,6 +231,7 @@ export default {
231 231
         .user-information {
232 232
           margin-left: 16px;
233 233
           text-align: left;
234
+          min-width: 260px;
234 235
           font-size: 14px;
235 236
           font-family: SourceHanSansCN-Regular, SourceHanSansCN;
236 237
           font-weight: 400;