Commit 8d879af1 authored by youjie's avatar youjie

no message

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