From 891cf8078e170d4529aff8910811c2d0cc2fcaf6 Mon Sep 17 00:00:00 2001 From: whycq <you@example.com> Date: 星期四, 02 二月 2023 21:49:59 +0800 Subject: [PATCH] # --- pages/basics/pakin.vue | 4 +++- pages/basics/matQuery.vue | 4 ++++ pages/index/index2.vue | 6 ++++++ 3 files changed, 13 insertions(+), 1 deletions(-) diff --git a/pages/basics/matQuery.vue b/pages/basics/matQuery.vue index 38aad6c..88a91f9 100644 --- a/pages/basics/matQuery.vue +++ b/pages/basics/matQuery.vue @@ -23,6 +23,10 @@ <view class="text-title"><input type="text" v-model="matData.memo"></view> </view> <view class="text-box"> + <view class="text-title"><text>瀹㈡埛淇℃伅</text></view> + <view class="text-title"><input type="text" v-model="matData.cstmr"></view> + </view> + <view class="text-box"> <view class="text-title"><text>鏁伴噺</text></view> <view class="text-title"> <view> diff --git a/pages/basics/pakin.vue b/pages/basics/pakin.vue index 9093c46..ba0639d 100644 --- a/pages/basics/pakin.vue +++ b/pages/basics/pakin.vue @@ -156,7 +156,7 @@ searchBox: 'hide', pick:'hide', matnr:'', - matList:[{}], + matList:[], result: '', enableQty:'', count:'', @@ -444,6 +444,7 @@ this.count = this.matList[index].anfme this.batch = this.matList[index].batch this.memo = this.matList[index].memo + this.cstmr = this.matList[index].cstmr this.rowNum = index this.eject() }, @@ -459,6 +460,7 @@ this.matList[this.rowNum].anfme = this.count this.matList[this.rowNum].batch = this.batch this.matList[this.rowNum].memo = this.memo + this.matList[this.rowNum].cstmr = this.cstmr this.$refs.revise.close() this.$forceUpdate() // 寮哄埗鍒锋柊 }, diff --git a/pages/index/index2.vue b/pages/index/index2.vue index f1b682e..e005710 100644 --- a/pages/index/index2.vue +++ b/pages/index/index2.vue @@ -80,6 +80,12 @@ cuIcon: 'safe' }, { + title: '琛ヨ揣', + name: 'stockCheckv2', + color: 'blue', + cuIcon: 'safe' + }, + { title: '鎷f枡鍑哄簱', name: 'piking', color: 'blue', -- Gitblit v1.9.1