|
@@ -7,6 +7,7 @@ let _Http = getApp().globalData.http,
|
|
|
|
|
|
|
|
Page({
|
|
Page({
|
|
|
data: {
|
|
data: {
|
|
|
|
|
+ admin: true,
|
|
|
showFiltrate: false,
|
|
showFiltrate: false,
|
|
|
content: {
|
|
content: {
|
|
|
baseonproject: 1, //1项目预测,0出货开票预测
|
|
baseonproject: 1, //1项目预测,0出货开票预测
|
|
@@ -45,7 +46,7 @@ Page({
|
|
|
if (content.pageNumber > content.pageTotal) return;
|
|
if (content.pageNumber > content.pageTotal) return;
|
|
|
|
|
|
|
|
_Http.basic({
|
|
_Http.basic({
|
|
|
- "id": 20230706092304,
|
|
|
|
|
|
|
+ "id": 20230705144604,
|
|
|
content
|
|
content
|
|
|
}).then(res => {
|
|
}).then(res => {
|
|
|
console.log("项目成交预测", res)
|
|
console.log("项目成交预测", res)
|