添加onPageLoadInitAuth函数判断登录
This commit is contained in:
@@ -32,9 +32,9 @@
|
||||
<view slot="header">{{ item.batch_no }}</view>
|
||||
<view slot="content">
|
||||
<card-item-plugin label="自定义批号" value="{{item.batch_custom_no}}" />
|
||||
<card-item-plugin label="保质期" value="{{item.expire_date}}" />
|
||||
<card-item-plugin label="商品名称" value="{{item.goods_name}}" />
|
||||
<card-item-plugin label="商品编码" value="{{item.goods_code}}" />
|
||||
<card-item-plugin label="保质期" value="{{item.expire_date}}" />
|
||||
<card-item-plugin label="批次单位" value="{{item.unit_ch_name}}" />
|
||||
<card-item-plugin label="批次单价" value="{{item.batch_price}}" />
|
||||
<card-item-plugin label="库存" value="{{item.batch_nums}}" />
|
||||
|
||||
Reference in New Issue
Block a user