Commit 61016e73 authored by 黄奎's avatar 黄奎

页面修改

parent 7ef2a6b3
......@@ -1058,7 +1058,7 @@
var str = "";
this.list.forEach(item => {
item.HotelOrderList.forEach(subItem => {
if (isUpload && subItem.PayStyle == 1 && subItem.ContractUrl == '' && !EditBtn) {
if (isUpload && subItem.PayStyle == 1 && subItem.ContractUrl == '' && !this.EditBtn) {
str += `请上传${item.UseTimeStr}的手配书`
isUpload = false;
}
......@@ -1113,7 +1113,7 @@
var str = "";
this.list.forEach(item => {
item.HotelOrderList.forEach(subItem => {
if (isUpload && subItem.PayStyle == 1 && subItem.ContractUrl == '' && !EditBtn) {
if (isUpload && subItem.PayStyle == 1 && subItem.ContractUrl == '' && !this.EditBtn) {
str += `请上传${item.UseTimeStr}的手配书`
isUpload = false;
}
......
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