打印机字段修改

This commit is contained in:
duan
2024-10-18 11:16:44 +08:00
parent b80ce77096
commit 9c97a912a7
12 changed files with 214 additions and 78 deletions

View File

@@ -37,7 +37,7 @@
</view>
<view>
<view style="color: #318AFE;">
{{item.balance}}
{{item.stockNumber-item.stockConsume}}
</view>
<view>
剩余库存
@@ -177,11 +177,13 @@
})
} else if (index == 3) {
toUrl('PAGES_SALES_WAREHOUSEENTRY', {
consId: actionSheet.activeId
consId: actionSheet.activeId,
item: JSON.stringify(actionSheet.active)
})
} else if (index == 4) {
toUrl('PAGES_SALES_OUTBOUND', {
consId: actionSheet.activeId
consId: actionSheet.activeId,
item: JSON.stringify(actionSheet.active)
})
}
}