zouyanyan 4 days ago
commit 590534ee25

@ -387,7 +387,7 @@
this.depts=data.depts; this.depts=data.depts;
this.address=data.address; this.address=data.address;
this.dicts.forEach(cell=>{ this.dicts.forEach(cell=>{
if("PJCD"==cell.bmlb){ if("PJCD"==cell.bmlb&&cell.zfbz!=='1'){
// //
this.gcs.push(cell); this.gcs.push(cell);
} }

@ -295,7 +295,7 @@
this.depts=data.depts; this.depts=data.depts;
this.address=data.address; this.address=data.address;
this.dicts.forEach(cell=>{ this.dicts.forEach(cell=>{
if("PJCD"==cell.bmlb){ if("PJCD"==cell.bmlb&&cell.zfbz!=='1'){
// //
this.gcs.push(cell); this.gcs.push(cell);
} }

@ -698,7 +698,7 @@ export default {
this.depts=data.depts; this.depts=data.depts;
// this.address=data.address; // this.address=data.address;
this.dicts.forEach(cell=>{ this.dicts.forEach(cell=>{
if("PJCD"==cell.bmlb){ if("PJCD"==cell.bmlb&&cell.zfbz!=='1'){
// //
this.gcs.push(cell); this.gcs.push(cell);
} }

@ -882,7 +882,7 @@
this.depts=data.depts; this.depts=data.depts;
this.address=data.address; this.address=data.address;
this.dicts.forEach(cell=>{ this.dicts.forEach(cell=>{
if("PJCD"==cell.bmlb){ if("PJCD"==cell.bmlb&&cell.zfbz!=='1'){
// //
this.gcs.push(cell); this.gcs.push(cell);
} }

@ -141,7 +141,7 @@
<view class="section"> <view class="section">
<view class="section-header"> <view class="section-header">
<text class="section-title">已添加工装托盘</text> <text class="section-title">工装托盘</text>
<text class="section-count">({{ getcount() }})</text> <text class="section-count">({{ getcount() }})</text>
</view> </view>
@ -1397,7 +1397,7 @@ export default {
this.depts=data.depts; this.depts=data.depts;
// this.address=data.address; // this.address=data.address;
this.dicts.forEach(cell=>{ this.dicts.forEach(cell=>{
if("PJCD"==cell.bmlb){ if("PJCD"==cell.bmlb&&cell.zfbz!=='1'){
// //
this.gcs.push(cell); this.gcs.push(cell);
} }

@ -482,7 +482,7 @@
this.depts=data.depts; this.depts=data.depts;
this.address=data.address; this.address=data.address;
this.dicts.forEach(cell=>{ this.dicts.forEach(cell=>{
if("PJCD"==cell.bmlb){ if("PJCD"==cell.bmlb&&cell.zfbz!=='1'){
// //
this.gcs.push(cell); this.gcs.push(cell);
} }

@ -738,7 +738,7 @@ export default {
// } // }
this.dicts.forEach(cell=>{ this.dicts.forEach(cell=>{
if("PJCD"==cell.bmlb){ if("PJCD"==cell.bmlb&&cell.zfbz!=='1'){
// //
this.gcs.push(cell); this.gcs.push(cell);
} }

@ -891,7 +891,7 @@ export default {
this.address=data.address; this.address=data.address;
this.dicts.forEach(cell=>{ this.dicts.forEach(cell=>{
if("PJCD"==cell.bmlb){ if("PJCD"==cell.bmlb&&cell.zfbz!=='1'){
// //
this.gcs.push(cell); this.gcs.push(cell);
} }

Loading…
Cancel
Save