Browse Source

保险,机票行程代码,邀请方资料调整

wangh 1 year ago
parent
commit
a764a48fc7

+ 2 - 1
src/components/OP/InvitationOfficialActivities.vue

@@ -81,7 +81,8 @@
                     </el-table-column>
                     <el-table-column label="操作">
                         <template slot-scope="scope">
-                            <el-button size="mini" @click="download(scope.$index, scope.row)">下载附件</el-button>
+                            <el-button size="mini" @click="download(scope.$index, scope.row)"
+                                v-show="scope.row.attachment">下载附件</el-button>
                             <el-button size="mini" @click="upDate(scope.$index, scope.row)">编辑</el-button>
                             <el-button size="mini" type="danger" @click="del(scope.$index, scope.row)">删除</el-button>
                         </template>

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

@@ -71,12 +71,12 @@
                             </el-select>
                         </el-form-item>
                     </div>
-                    <div style="width: 25%;">
+                    <!-- <div style="width: 25%;">
                         <el-form-item label="保险余额:" label-width="160px">
                             <el-input placeholder="保险余额" v-model="Balance" :disabled="true">
                             </el-input>
                         </el-form-item>
-                    </div>
+                    </div> -->
                     <div style="width: 25%;">
                         <el-form-item label="客户名称:" prop="clientName" label-width="160px">
                             <el-input placeholder="客户名称" v-model="OpCustomersData.clientName">

+ 3 - 7
src/components/Resource/OpTicketBlackCode.vue

@@ -164,7 +164,7 @@ export default {
     methods: {
         //团组下拉框
         DelegationSelectFun() {
-            var url = "/api/Groups/GetGroupNameList"
+            var url = "/api/Business/GetGroupNameList"
             var that = this
             this.$axios({
                 method: 'post',
@@ -183,9 +183,7 @@ export default {
                     that.QueryTicketBlackCodeById()
                 }
 
-            }).catch(function (error) {
-                that.$message.error("网络错误,请稍后重试");
-            });
+            })
         },
         QueryTicketBlackCodeById() {
             debugger
@@ -220,9 +218,7 @@ export default {
                     }
                 }
 
-            }).catch(function (error) {
-                that.$message.error("网络错误,请稍后重试");
-            });
+            })
         },
         //团组下拉框选择事件
         AirTicketResChange() {

+ 0 - 3
src/components/system/Company.vue

@@ -245,10 +245,7 @@ export default {
                     portType: 1,
                 }
             }).then(function (res) {
-                console.log(res)
-
                 if (res.data.code == 200) {
-
                     that.tableDatas = res.data.data;
                     that.tableData = that.tableDatas
                     that.tableDatas.forEach(function (item, index) {