From c2d0b458af0174d84b03d574d8326d67d5ffeee7 Mon Sep 17 00:00:00 2001
From: zjj <3272660260@qq.com>
Date: 星期三, 09 四月 2025 13:36:08 +0800
Subject: [PATCH] #
---
pages/home/home.vue | 68 +++++++++++++++++-----------------
pages/order/orderPakin2.vue | 14 +++---
pages/pakin/pakin.vue | 11 ++---
3 files changed, 46 insertions(+), 47 deletions(-)
diff --git a/pages/home/home.vue b/pages/home/home.vue
index e130293..4a5c8f3 100644
--- a/pages/home/home.vue
+++ b/pages/home/home.vue
@@ -46,40 +46,40 @@
// url: '/pakin/leftovers'
// },
- {
- title: '骞冲簱鍏ュ簱',
- name: 'POrderPakin',
- color: 'purple',
- cuIcon: 'pullup',
- url: '/pingku/POrderList'
- },
- {
- title: '骞冲簱鍑哄簱',
- name: 'POrderPakin',
- color: 'cyan',
- cuIcon: 'pullup',
- url: '/pingku/POrderListOut'
- },
- {
- title: '鍛煎彨Agv',
- name: 'AGVStart',
- color: 'green',
- cuIcon: 'order',
- url: '/AGV/AGVStart'
- },
- {
- title: 'Agv鍌ㄤ綅瑙g粦',
- name: 'AGVUnbind',
- color: 'orange',
- cuIcon: 'order',
- url: '/AGV/AGVUnbind'
- },{
- title: '鐩樼偣',
- name: 'stockCheck',
- color: 'red',
- cuIcon: 'post',
- url: '/stock/stockCheck'
- },
+ // {
+ // title: '骞冲簱鍏ュ簱',
+ // name: 'POrderPakin',
+ // color: 'purple',
+ // cuIcon: 'pullup',
+ // url: '/pingku/POrderList'
+ // },
+ // {
+ // title: '骞冲簱鍑哄簱',
+ // name: 'POrderPakin',
+ // color: 'cyan',
+ // cuIcon: 'pullup',
+ // url: '/pingku/POrderListOut'
+ // },
+ // {
+ // title: '鍛煎彨Agv',
+ // name: 'AGVStart',
+ // color: 'green',
+ // cuIcon: 'order',
+ // url: '/AGV/AGVStart'
+ // },
+ // {
+ // title: 'Agv鍌ㄤ綅瑙g粦',
+ // name: 'AGVUnbind',
+ // color: 'orange',
+ // cuIcon: 'order',
+ // url: '/AGV/AGVUnbind'
+ // },{
+ // title: '鐩樼偣',
+ // name: 'stockCheck',
+ // color: 'red',
+ // cuIcon: 'post',
+ // url: '/stock/stockCheck'
+ // },
// {
// title: '缁勬墭涓婃灦',
// name: 'putOn',
diff --git a/pages/order/orderPakin2.vue b/pages/order/orderPakin2.vue
index a6b34d3..252f9b4 100644
--- a/pages/order/orderPakin2.vue
+++ b/pages/order/orderPakin2.vue
@@ -13,7 +13,7 @@
<input type="text" placeholder=" 鎵爜 / 杈撳叆" v-model="barcode" :focus="barcodeFocus"
@input="barcodeInput()">
</view>
- <view class="item">
+ <!-- <view class="item">
<view class="code-decs">鐗╂枡鐮�:</view>
<input type="text" placeholder=" 鎵爜 / 杈撳叆" v-model="matnr" :focus="matFocus" @input="findMat()">
<!-- <view class="item-right">
@@ -21,7 +21,7 @@
<text style="text-align: right;color: #409EFF;" @click="selectMat()">鎻愬彇+</text>
<uni-icons type="right" color="#c1c1c1"></uni-icons>
</view> -->
- </view>
+ <!-- </view> --> -->
</view>
<view class="mat-list-title">
鍟嗗搧鍒楄〃
@@ -426,11 +426,11 @@
return;
}
for (var i = 0; i < that.dataList.length; i++) {
- if (that.dataList[i].review !== "宸插鏍�" ) {
- this.messageText = that.dataList[i].matnr + '鏈鏍�'
- this.messageToggle('error')
- return;
- }
+ // if (that.dataList[i].review !== "宸插鏍�" ) {
+ // this.messageText = that.dataList[i].matnr + '鏈鏍�'
+ // this.messageToggle('error')
+ // return;
+ // }
if (that.dataList[i].anfme == 0 || that.dataList[i].anfme == '') {
this.messageText = that.dataList[i].matnr + '缁勬墭鏁伴噺涓嶈兘涓�0'
this.messageToggle('error')
diff --git a/pages/pakin/pakin.vue b/pages/pakin/pakin.vue
index 5173e24..3e4d457 100644
--- a/pages/pakin/pakin.vue
+++ b/pages/pakin/pakin.vue
@@ -9,11 +9,11 @@
<view class="item">
<view class="code-decs">鐗╂枡鐮�:</view>
<input type="text" placeholder=" 鎵爜 / 杈撳叆" v-model="matnr" :focus="matFocus" @input="findMat()">
- <!-- <view class="item-right">
+ <view class="item-right">
<button></button>
<text style="text-align: right;color: #409EFF;" @click="selectMat()">鎻愬彇+</text>
<uni-icons type="right" color="#c1c1c1"></uni-icons>
- </view> -->
+ </view>
</view>
<!-- <view class="item">
<view class="code-decs">婊℃墭:</view>
@@ -224,9 +224,8 @@
},
// 鎼滅储鐗╂枡
findMat() {
- let that = this
- let m = that.matnr.split(";")
- let matnr1 = m[0].slice(3)
+ let that = this
+ let matnr1 = that.matnr
uni.request({
url: that.baseUrl + '/mat/auth',
data: {
@@ -521,6 +520,6 @@
box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
}
.list:first-child {
- margin-top: 250rpx;
+ margin-top: 350rpx;
}
</style>
--
Gitblit v1.9.1