Commit cbe98bde by 施宇

1

parent f1e7655e
Showing with 1 additions and 3 deletions
...@@ -587,7 +587,7 @@ for (let i = 0, j = 0, length = buffer.byteLength; i < length; i += maxChunk, j+ ...@@ -587,7 +587,7 @@ for (let i = 0, j = 0, length = buffer.byteLength; i < length; i += maxChunk, j+
for(let i=0;i<tableData.length;i++){ for(let i=0;i<tableData.length;i++){
let item = tableData[i]; let item = tableData[i];
if(!item['pallet_sn']){ if(!item['pallet_sn']){
newData.push(item['box_id']) newData.push(item['box_sn'])
} }
} }
// if(newData.length){ // if(newData.length){
...@@ -600,8 +600,6 @@ for (let i = 0, j = 0, length = buffer.byteLength; i < length; i += maxChunk, j+ ...@@ -600,8 +600,6 @@ for (let i = 0, j = 0, length = buffer.byteLength; i < length; i += maxChunk, j+
getData(apis.pallet_active, 'post', {...obj}, function(res) { getData(apis.pallet_active, 'post', {...obj}, function(res) {
if (res.errcode === 0) { if (res.errcode === 0) {
me.bdPallet() me.bdPallet()
} else { } else {
wx.showToast({ wx.showToast({
title: res.errmsg, title: res.errmsg,
......
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 sign in to comment