From 955b0db3a078ccb3af23e02d6c01ca4358bc361c Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期六, 30 九月 2023 18:19:24 +0800
Subject: [PATCH] #
---
pages/home/home.vue | 42 +++++++++++++++++++++---------------------
pages/tzsk/pakin/pakin.vue | 7 +++++--
2 files changed, 26 insertions(+), 23 deletions(-)
diff --git a/pages/home/home.vue b/pages/home/home.vue
index 250d33d..1c6c716 100644
--- a/pages/home/home.vue
+++ b/pages/home/home.vue
@@ -24,27 +24,27 @@
icon: '',
elements: [],
elements2: [
- // {
- // title: '缁勬墭鍏ュ簱',
- // name: 'pakin',
- // color: 'cyan',
- // cuIcon: 'pullup',
- // url: '/tzsk/pakin/pakin'
- // },
- // {
- // title: '缁勬墭涓婃灦',
- // name: 'pakin',
- // color: 'cyan',
- // cuIcon: 'pullup',
- // url: '/tzsk/order/orderPutOn'
- // },
- // {
- // title: '璁㈠崟鎷h揣',
- // name: 'pakin',
- // color: 'cyan',
- // cuIcon: 'pullup',
- // url: '/tzsk/order/orderPick'
- // },
+ {
+ title: '缁勬墭鍏ュ簱',
+ name: 'pakin',
+ color: 'cyan',
+ cuIcon: 'pullup',
+ url: '/tzsk/pakin/pakin'
+ },
+ {
+ title: '缁勬墭涓婃灦',
+ name: 'pakin',
+ color: 'cyan',
+ cuIcon: 'pullup',
+ url: '/tzsk/order/orderPutOn'
+ },
+ {
+ title: '璁㈠崟鎷h揣',
+ name: 'pakin',
+ color: 'cyan',
+ cuIcon: 'pullup',
+ url: '/tzsk/order/orderPick'
+ },
{
title: '涓存椂鍏ュ簱',
name: 'pakin',
diff --git a/pages/tzsk/pakin/pakin.vue b/pages/tzsk/pakin/pakin.vue
index 6ee913b..8736b3e 100644
--- a/pages/tzsk/pakin/pakin.vue
+++ b/pages/tzsk/pakin/pakin.vue
@@ -300,7 +300,7 @@
that.matnr = ''
that.matData['batch'] = ''
uni.navigateTo({
- url: "../mat/matSelected",
+ url: "../../mat/matSelected",
// 閫氳繃eventChannel鍚戣鎵撳紑椤甸潰浼犻�佹暟鎹�
success: function(res) {
res.eventChannel.emit('mat', {
@@ -341,7 +341,7 @@
selectMat() {
let that = this
uni.navigateTo({
- url: "../mat/matQuery",
+ url: "../../mat/matQuery",
success: function(res) {
// 閫氳繃eventChannel鍚戣鎵撳紑椤甸潰浼犻�佹暟鎹� 鍚戝彟澶栦竴涓〉闈紶閫掑�肩殑
res.eventChannel.emit('commonUrl', {
@@ -531,6 +531,9 @@
<style>
@import url('../../../static/css/wms.css/wms.css');
+ .list:first-child {
+ margin-top: 360rpx;
+ }
.code {
width: 100%;
position: fixed;
--
Gitblit v1.9.1