Commit 8d879af1 authored by youjie's avatar youjie

no message

parent df5f0cfc
...@@ -2652,7 +2652,7 @@ ...@@ -2652,7 +2652,7 @@
QStartDate: "", QStartDate: "",
QEndDate: "", QEndDate: "",
PayStatus: "-1", PayStatus: "-1",
IsAirTicket: "2", // IsAirTicket: "2",
IsOneDay: 0 IsOneDay: 0
}, },
checkedObj: {}, checkedObj: {},
......
...@@ -1698,7 +1698,7 @@ ...@@ -1698,7 +1698,7 @@
<div v-if=" <div v-if="
item.contractNum.length == 0 && item.contractNum.length == 0 &&
item.confirmFileList.length == 0 item.confirmFileList.length == 0
"> ">
<span class="GO_Contract" style="color:blue;cursor:pointer;" @click="goContract(item, {})">{{ <span class="GO_Contract" style="color:blue;cursor:pointer;" @click="goContract(item, {})">{{
$t("salesModule.GetContract") $t("salesModule.GetContract")
...@@ -2126,7 +2126,7 @@ ...@@ -2126,7 +2126,7 @@
QStartDate: '', QStartDate: '',
QEndDate: '', QEndDate: '',
PayStatus: '-1', PayStatus: '-1',
IsAirTicket: '2', // IsAirTicket: '2',
IsOneDay: 1, IsOneDay: 1,
}, },
checkedObj: {}, checkedObj: {},
...@@ -4120,7 +4120,7 @@ ...@@ -4120,7 +4120,7 @@
this.msg.tempOrderId = crmOrderObj.OrderId this.msg.tempOrderId = crmOrderObj.OrderId
} }
this.msg.QStartDate = new Date().Format('yyyy-MM-dd') this.msg.QStartDate = new Date().Format('yyyy-MM-dd')
this.getEmployee() this.getEmployee()
this.getList() this.getList()
this.getLineList() this.getLineList()
......
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