|
|
@ -11,7 +11,7 @@ var getListPath = '/MainSystem/B3MiniProgramRpc/XuRpcs/Driver/SaleOutStoreRpc/Ge |
|
|
function getUnCheckOrderList(that, UnCheckPageIndex, UnCheckPageSize, successaction) { |
|
|
function getUnCheckOrderList(that, UnCheckPageIndex, UnCheckPageSize, successaction) { |
|
|
let getArr = []; |
|
|
let getArr = []; |
|
|
let method = getListPath; |
|
|
let method = getListPath; |
|
|
let params = [true, UnCheckPageIndex, PageSize]; |
|
|
|
|
|
|
|
|
let params = [true, app.globalData.Phone, UnCheckPageIndex, PageSize]; |
|
|
network.transfer_request(method, params, function (res) { |
|
|
network.transfer_request(method, params, function (res) { |
|
|
successaction(); |
|
|
successaction(); |
|
|
var array = res.result; |
|
|
var array = res.result; |
|
|
@ -45,7 +45,7 @@ function getUnCheckOrderList(that, UnCheckPageIndex, UnCheckPageSize, successact |
|
|
function getCheckedOrderList(that, CheckedPageIndex, CheckedPageSize) { |
|
|
function getCheckedOrderList(that, CheckedPageIndex, CheckedPageSize) { |
|
|
let getArr = []; |
|
|
let getArr = []; |
|
|
let method = getListPath; |
|
|
let method = getListPath; |
|
|
let params = [true, UnCheckPageIndex, PageSize]; |
|
|
|
|
|
|
|
|
let params = [true, app.globalData.Phone, UnCheckPageIndex, PageSize]; |
|
|
network.transfer_request(method, params, function (res) { |
|
|
network.transfer_request(method, params, function (res) { |
|
|
var array = res.result; |
|
|
var array = res.result; |
|
|
if (array.length <= 0) { |
|
|
if (array.length <= 0) { |
|
|
|