浏览代码

0426 lhj地接成本通知

liuhj 1 年之前
父节点
当前提交
17a9f5f2a5
共有 2 个文件被更改,包括 8 次插入7 次删除
  1. 1 1
      src/components/OP/CarTouristGuideGrounContent.vue
  2. 7 6
      src/components/OP/backwardtabke.vue

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

@@ -6,7 +6,7 @@
             </div>
         </div>
         <el-popover class="oprompts" placement="right" trigger="hover">
-            <el-table :data="budgeting" border>
+            <el-table height="600" :data="budgeting" border>
                 <el-table-column width="100" property="date" label="日期"></el-table-column>
                 <el-table-column width="100" label="车费用">
                     <template slot-scope="scope">

+ 7 - 6
src/components/OP/backwardtabke.vue

@@ -305,18 +305,19 @@ export default {
                     that.datainfo.issueVisaDt=res.data.data.issueVisaDt;
                     that.datainfo.issueVisaRemark=res.data.data.issueVisaRemark;
                     that.datainfo.preTripMeetingDt=res.data.data.preTripMeetingDt;
-                    that.datainfo.preTripMeetingRemark=res.data.data.preTripMeetingRemark;
+                    that.datainfo.preTripMeetingRemark=res.data.data.preTripMeetingRemark 
                     that.datainfo.sendVisaDt=res.data.data.sendVisaDt;
                     that.datainfo.sendVisaRemark=res.data.data.sendVisaRemark;
                     that.datainfo.visaCountryData=res.data.data.visaCountryData;
                     that.datainfo.visaInformationDt=res.data.data.visaInformationDt;
                     that.datainfo.visaInformationRemark=res.data.data.visaInformationRemark;
                     if(that.datainfo.isQuery==true){
-                        that.$notify({
-                        title: '提示',
-                        message: '暂无签证费用信息!',
-                        duration: 0
-                        });
+                        that.PostInvertedListCreate()
+                        // that.$notify({
+                        // title: '提示',
+                        // message: '暂无签证费用信息!',
+                        // duration: 0
+                        // });
                     }
                 }else{
                     that.$message.error(res.data.msg);