Commit 828e062a authored by 沈良进's avatar 沈良进

save

parent 434a798a
...@@ -4390,6 +4390,7 @@ ...@@ -4390,6 +4390,7 @@
"app_today_visit_GetOrderMyCustomerList", { "app_today_visit_GetOrderMyCustomerList", {
typeId: id, typeId: id,
lineId: lineId, lineId: lineId,
IsLineId: 1,
}, },
(res) => { (res) => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
......
...@@ -3717,7 +3717,8 @@ ...@@ -3717,7 +3717,8 @@
this.apipost( this.apipost(
'app_today_visit_GetOrderMyCustomerList', { 'app_today_visit_GetOrderMyCustomerList', {
typeId: id, typeId: id,
lineId: lineId lineId: lineId,
IsLineId: 1,
}, },
res => { res => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
......
...@@ -2155,7 +2155,8 @@ ...@@ -2155,7 +2155,8 @@
}) })
this.apipost('app_today_visit_GetOrderMyCustomerList', { this.apipost('app_today_visit_GetOrderMyCustomerList', {
typeId: this.addMsg.CustomerType, typeId: this.addMsg.CustomerType,
lineId: this.commonLineId lineId: this.commonLineId,
IsLineId: 1,
}, res => { }, res => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.khmdList = res.data.data this.khmdList = res.data.data
......
...@@ -2407,7 +2407,8 @@ export default { ...@@ -2407,7 +2407,8 @@ export default {
getKhmdList(id, lineId) { getKhmdList(id, lineId) {
this.apipost( this.apipost(
"app_today_visit_GetOrderMyCustomerList", "app_today_visit_GetOrderMyCustomerList",
{ typeId: id, lineId: lineId }, { typeId: id, lineId: lineId,
IsLineId: 1, },
res => { res => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.khmdList = res.data.data; this.khmdList = res.data.data;
......
...@@ -3321,6 +3321,7 @@ ...@@ -3321,6 +3321,7 @@
"app_today_visit_GetOrderMyCustomerList", { "app_today_visit_GetOrderMyCustomerList", {
typeId: this.addMsg.CustomerType, typeId: this.addMsg.CustomerType,
lineId: this.addObj.LineID, lineId: this.addObj.LineID,
IsLineId: 1,
}, },
(res) => { (res) => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
......
...@@ -2261,7 +2261,8 @@ ...@@ -2261,7 +2261,8 @@
getKhmdList() { getKhmdList() {
this.apipost('app_today_visit_GetOrderMyCustomerList', { this.apipost('app_today_visit_GetOrderMyCustomerList', {
typeId: this.addMsg.CustomerType, typeId: this.addMsg.CustomerType,
lineId: this.addObj.LineID lineId: this.addObj.LineID,
IsLineId: 1,
}, res => { }, res => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.khmdList = res.data.data this.khmdList = res.data.data
......
...@@ -1913,6 +1913,7 @@ ...@@ -1913,6 +1913,7 @@
"app_today_visit_GetOrderMyCustomerList", { "app_today_visit_GetOrderMyCustomerList", {
typeId: this.addMsg.CustomerType, typeId: this.addMsg.CustomerType,
lineId: this.addObj.LineID, lineId: this.addObj.LineID,
IsLineId: 1,
}, },
(res) => { (res) => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
......
...@@ -1811,6 +1811,7 @@ ...@@ -1811,6 +1811,7 @@
"app_today_visit_GetOrderMyCustomerList", { "app_today_visit_GetOrderMyCustomerList", {
typeId: this.addMsg.CustomerType, typeId: this.addMsg.CustomerType,
lineId: this.addObj.LineID, lineId: this.addObj.LineID,
IsLineId: 1,
}, },
(res) => { (res) => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
......
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