|
|
|
@ -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);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|