#
whycq
2022-11-08 2327d40ad0e8b387382d1eae1ce8c1552135c1b3
#
4个文件已修改
7223 ■■■■ 已修改文件
pages/basics/piking.vue 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/basics/stockCheck.vue 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
unpackage/dist/dev/app-plus/app-service.js 3280 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
unpackage/dist/dev/app-plus/app-view.js 3933 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/basics/piking.vue
@@ -61,8 +61,7 @@
                </view>
            </view>
        </scroll-view>
        <y-pop>
        </y-pop>
        <view>
            <!-- 修改数量 -->
            <uni-popup ref="revise" @change="change">
@@ -169,6 +168,8 @@
                        let res = result.data
                        if (res.code === 200) {
                            uni.showToast({title: res.msg, icon: "none", position: 'top'})
                            that.matList = []
                            that.barcode = ''
                        } else if (res.code == 403) {
                            uni.showToast({title: res.msg, icon: "none", position: 'top'})
                            setTimeout(() => {
pages/basics/stockCheck.vue
@@ -305,9 +305,10 @@
                    },
                    success(result) {
                        var res = result.data
                            console.log(result)
                        if (res.code === 200) {
                            that.matList = []
                            that.barcode = ''
                            uni.showToast({title: res.msg, icon: "none", position: 'top'})
                        } else if (res.code == 403) {
                            uni.showToast({title: res.msg, icon: "none", position: 'top'})
                            setTimeout(() => {
unpackage/dist/dev/app-plus/app-service.js
Diff too large
unpackage/dist/dev/app-plus/app-view.js
Diff too large