Commit 79833eb5 authored by 黄奎's avatar 黄奎

购物店导入页面修改

parent 0d8a2d9c
......@@ -602,7 +602,7 @@
</tr>
<tr v-for="(item,index) in importData" :key="item.subCode">
<td :class="{'redType':item.TCIDExist==-1}">
<el-input v-model="item.TCID" class="w150"></el-input>
<el-input v-model="item.TCNUM" class="w150"></el-input>
</td>
<td :class="{'redType':item.ShoppingNameExist==-1}">
<el-select clearable class="w150" v-model='item.ShoppingID' filterable :placeholder="$t('hotel.hotel_area')">
......@@ -651,8 +651,6 @@
</el-upload>
</el-dialog>
</div>
</template>
<script>
......@@ -1036,9 +1034,9 @@
);
},
//导游名称
getGuider() {
getLeaderAndGuide() {
let msg = {
Type: 2
Type: 0
};
this.apipost(
"leader_post_GetList",
......@@ -1046,23 +1044,6 @@
res => {
if (res.data.resultCode == 1) {
this.guidList = res.data.data;
} else {
this.Error(res.data.message);
}
},
err => {}
);
},
//领队名称
getLeader() {
let msg = {
Type: 1
};
this.apipost(
"leader_post_GetList",
msg,
res => {
if (res.data.resultCode == 1) {
this.leaderList = res.data.data;
} else {
this.Error(res.data.message);
......@@ -1071,6 +1052,7 @@
err => {}
);
},
showTip2(index) {
this.importData[index].infoShow = true;
},
......@@ -1179,8 +1161,7 @@
this.getList();
this.getType();
this.getShopList();
this.getGuider();
this.getLeader();
this.getLeaderAndGuide();
this.getDownList();
}
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment