Commit dd8eee8d authored by zhengke's avatar zhengke

no message

parent efc1450e
......@@ -346,9 +346,14 @@
if (res.data.resultCode == 1) {
let data = res.data.data.Data.pageData;
let addList = function(arr) {
arr.forEach(item => {
item.More = ''
});
arr.forEach(item => {
item.More = ''
// item.actuallyReceived = false
// item.cost = false
// item.selectedType = ''
// item.checkList = []
// item.MultipleChoiceList = []
});
};
addList(data);
this.dataList = res.data.data.Data.pageData;
......
......@@ -327,9 +327,14 @@
if (res.data.resultCode == 1) {
let data = res.data.data.Data.pageData;
let addList = function(arr) {
arr.forEach(item => {
item.More = ''
});
arr.forEach(item => {
item.More = ''
item.actuallyReceived = false
item.cost = false
item.selectedType = ''
item.checkList = []
item.MultipleChoiceList = []
});
};
addList(data);
this.dataList = res.data.data.Data.pageData;
......
This diff is collapsed.
......@@ -516,9 +516,6 @@
row.selectedType = row.checkList.join(',')
}
}
if(num == 3){
}
},
// 删除套餐值
delType(row,item) {
......
......@@ -2054,23 +2054,7 @@
this.$message.warning('请输入地接单价');
return
}
if(item.Remark==""){
this.$message.warning('请输入地接备注');
return
}
})
if(this.obj.checkList.indexOf('1')!=-1&&!this.airTickets.OriginalFee){
this.$message.warning('请输入机票手续费');
return
}
if(this.obj.checkList.indexOf('2')!=-1&&!this.visa.OriginalFee){
this.$message.warning('请输入签证手续费');
return
}
if(this.obj.checkList.indexOf('3')!=-1&&!this.ground.OriginalFee){
this.$message.warning('请输入地接手续费');
return
}
if(this.BillMaking.vorcherInos.length==0){
this.$message.warning('请上传凭证');
return
......
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