Commit ca26039a by LJM

移动端--增加功能模块--分货查询

parent e25d2ff3
...@@ -418,6 +418,11 @@ ...@@ -418,6 +418,11 @@
} }
} }
} }
}, {
"path": "pages/arrivalRegister/splitGoods",
"style": {
"navigationBarTitleText": "分货"
}
}], }],
"globalStyle": { "globalStyle": {
"navigationBarTextStyle": "black", "navigationBarTextStyle": "black",
......
...@@ -86,6 +86,12 @@ ...@@ -86,6 +86,12 @@
</view> </view>
<text class="text">标签补打</text> <text class="text">标签补打</text>
</navigator> </navigator>
<navigator class="box-li column rowCenter verCenter" url="/pages/arrivalRegister/splitGoods" hover-class="none">
<view class="box row rowCenter verCenter">
<image src="/static/home/@2x(5).png"></image>
</view>
<text class="text">分货</text>
</navigator>
</view> </view>
</view> </view>
</template> </template>
......
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