Commit d1ee533a by LJM

add

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