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
     comfigTs () {
550
     comfigTs () {
551
       if (this.timeIndexText.length == 0) return
551
       if (this.timeIndexText.length == 0) return
552
-      let order_data = [], order_data_info = {}
552
+      let order_data = []
553
       this.order_data.project_list.forEach(item => {
553
       this.order_data.project_list.forEach(item => {
554
+        let order_data_info = {}
554
         order_data_info['id'] = item.id
555
         order_data_info['id'] = item.id
555
         if (item.product_ids != "") {
556
         if (item.product_ids != "") {
556
           order_data_info['product_id'] = item.product_ids
557
           order_data_info['product_id'] = item.product_ids
557
         }
558
         }
559
+        console.log(order_data_info, 'order_data_info');
558
         order_data.push(order_data_info)
560
         order_data.push(order_data_info)
559
       })
561
       })
562
+      console.log(order_data, 'order_data');
560
       let params = {
563
       let params = {
561
         id: this.id,
564
         id: this.id,
562
         order_data: JSON.stringify(order_data),
565
         order_data: JSON.stringify(order_data),

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

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