Commit 9e532b7e authored by 黄奎's avatar 黄奎

页面修改

parent b57612b9
......@@ -1507,7 +1507,8 @@
if (that.priceData.AirticketBindList != null) {
that.priceData.AirticketBindList.forEach(x => {
that.selectFilghtList.forEach(y => {
if (x.PurchaseId == y.Id && x.BindNum > 0) {
//&& x.BindNum > 0 HK 2023-06-06 去掉条件
if (x.PurchaseId == y.Id ) {
y.IsSelected = true;
y.BindNum = x.BindNum;
that.FinfoList.push({
......
......@@ -1507,7 +1507,8 @@
if (that.priceData.AirticketBindList != null) {
that.priceData.AirticketBindList.forEach(x => {
that.selectFilghtList.forEach(y => {
if (x.PurchaseId == y.Id && x.BindNum > 0) {
//&& x.BindNum > 0 HK 2023-06-06 去掉条件
if (x.PurchaseId == y.Id ) {
y.IsSelected = true;
y.BindNum = x.BindNum;
that.FinfoList.push({
......
......@@ -1317,7 +1317,8 @@
if (that.priceData.AirticketBindList != null) {
that.priceData.AirticketBindList.forEach(x => {
that.selectFilghtList.forEach(y => {
if (x.PurchaseId == y.Id && x.BindNum > 0) {
//&& x.BindNum > 0 HK 2023-06-06 去掉条件
if (x.PurchaseId == y.Id ) {
y.IsSelected = true;
y.BindNum = x.BindNum;
that.FinfoList.push({
......
......@@ -1388,7 +1388,8 @@
if (that.priceData.AirticketBindList != null) {
that.priceData.AirticketBindList.forEach(x => {
that.selectFilghtList.forEach(y => {
if (x.PurchaseId == y.Id && x.BindNum > 0) {
//&& x.BindNum > 0 HK 2023-06-06 去掉条件
if (x.PurchaseId == y.Id ) {
y.IsSelected = true;
y.BindNum = x.BindNum;
that.FinfoList.push({
......
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