Commit d1ee533a by LJM

add

parent 2515d196
...@@ -243,7 +243,7 @@ ...@@ -243,7 +243,7 @@
"titleNView": { "titleNView": {
"buttons": [{ "buttons": [{
"index": "0", "index": "0",
"text": "打印快递单", "text": "出库发货",
"fontSize": "15px", "fontSize": "15px",
"color": "#1969F9", "color": "#1969F9",
"float": "right", "float": "right",
......
...@@ -120,7 +120,7 @@ ...@@ -120,7 +120,7 @@
onNavigationBarButtonTap(e) { onNavigationBarButtonTap(e) {
if (e.index == 0) { if (e.index == 0) {
uni.navigateTo({ uni.navigateTo({
url: '/pages/stockRecheck/print' url: '/pages/stockRecheck/shipOut'
}); });
} }
}, },
......
...@@ -363,6 +363,7 @@ ...@@ -363,6 +363,7 @@
flag: false, flag: false,
page: 1, page: 1,
limit: 30, limit: 30,
is_focus: true,
list: [], list: [],
index: 0, index: 0,
array: ['出库单号'], array: ['出库单号'],
......
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