|
@@ -26,16 +26,15 @@ Page({
|
|
|
url: "/packageA/select/setclient/select",
|
|
url: "/packageA/select/setclient/select",
|
|
|
value: "",
|
|
value: "",
|
|
|
params: {
|
|
params: {
|
|
|
- id: 20221012164402,
|
|
|
|
|
- content: {
|
|
|
|
|
|
|
+ "id": 20220920083901,
|
|
|
|
|
+ "content": {
|
|
|
nocache: true,
|
|
nocache: true,
|
|
|
- deleted: 0,
|
|
|
|
|
- type: 0,
|
|
|
|
|
- isExport: 0,
|
|
|
|
|
- where: {
|
|
|
|
|
- condition: "",
|
|
|
|
|
|
|
+ "where": {
|
|
|
|
|
+ "condition": "",
|
|
|
|
|
+ "type": 2,
|
|
|
|
|
+ typemx: "直销项目协议"
|
|
|
}
|
|
}
|
|
|
- },
|
|
|
|
|
|
|
+ }
|
|
|
},
|
|
},
|
|
|
query: "&radio=true&idname=sys_enterpriseid",
|
|
query: "&radio=true&idname=sys_enterpriseid",
|
|
|
interrupt: true,
|
|
interrupt: true,
|
|
@@ -276,9 +275,10 @@ Page({
|
|
|
};
|
|
};
|
|
|
content.begdate = content.invaliddate[0];
|
|
content.begdate = content.invaliddate[0];
|
|
|
content.enddate = content.invaliddate[1];
|
|
content.enddate = content.invaliddate[1];
|
|
|
- content.sa_projectid = content.sa_projectid[1][0] || '';
|
|
|
|
|
- content.sys_enterpriseid = content.sys_enterpriseid[1][0] || '';
|
|
|
|
|
- content.rec_contactsid = content.rec_contactsid[1][0] || '';
|
|
|
|
|
|
|
+ content.sa_projectid = content.sa_projectid[1][0] || 0;
|
|
|
|
|
+ content.sys_enterpriseid = content.sys_enterpriseid[1][0] || 0;
|
|
|
|
|
+ content.rec_contactsid = content.rec_contactsid[1][0] || 0;
|
|
|
|
|
+ content.sa_receivableruleid = content.sa_receivableruleid[1][0] || 0;
|
|
|
content.paytype = ""
|
|
content.paytype = ""
|
|
|
delete(content.invaliddate)
|
|
delete(content.invaliddate)
|
|
|
_Http.basic({
|
|
_Http.basic({
|