소스 검색

op界面完善

yuanrf 1 년 전
부모
커밋
b81d3a965d
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/components/OP/CarTouristGuideGrounContent.vue

+ 2 - 2
src/components/OP/CarTouristGuideGrounContent.vue

@@ -232,7 +232,7 @@ export default {
                     { required: true, message: '请选择付款方式', trigger: ['blur', 'change'] },
                 ]
             },
-            unitsArr: [],
+            unitsArr: [{ id: 0, name: '请选择', remark: '' }],
             checkItems: ["车费", "导游费", "客户午餐费用", "导游景点费", "导游小费", "接送机费", "其他费用", "司机工资", "司机小费", "司机餐补", "车超时费", "导游餐补", "导游房补", "导游交通", "客户早餐费用", "客户晚餐费用", "景点门票费", "饮料/零食/水果", "住补费用", "翻译费"],
             checkList: [],
             sourceList: [],
@@ -281,7 +281,7 @@ export default {
                         that.IsAuditGM = CreditCardPayment.isAuditGM;
                     }
 
-                    that.unitsArr = res.data.data.ssdv;
+                    that.unitsArr = that.unitsArr.concat(res.data.data.ssdv);
 
                     var start = new Date(res.data.data.start).getTime();
                     var end = new Date(res.data.data.end).getTime();