#
whycq
2023-02-02 891cf8078e170d4529aff8910811c2d0cc2fcaf6
#
3个文件已修改
14 ■■■■■ 已修改文件
pages/basics/matQuery.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/basics/pakin.vue 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/index/index2.vue 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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>
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() // 强制刷新
            },
pages/index/index2.vue
@@ -80,6 +80,12 @@
                        cuIcon: 'safe'
                    },
                    {
                        title: '补货',
                        name: 'stockCheckv2',
                        color: 'blue',
                        cuIcon: 'safe'
                    },
                    {
                        title: '拣料出库',
                        name: 'piking',
                        color: 'blue',