#
whycq
2022-11-01 cd5b3c4f3c8fddd94dd77e89bfa50061f6c57032
#
2个文件已修改
16 ■■■■■ 已修改文件
pages/basics/stockCheck.vue 13 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/login/login.vue 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/basics/stockCheck.vue
@@ -182,6 +182,7 @@
                        acceptDataFromOpenedPage: function(data) {
                            that.matnr = data.data
                            that.findMat(that.matnr)
                            that.matnr = ''
                        },
                    },
                    success: function(res) {
@@ -190,7 +191,7 @@
                    },
                    
                });
                that.matnr = ''
            }, // selectMat
            findMat() {
                let that = this
@@ -291,12 +292,14 @@
            },
            adjust() {
                let that = this
                var combMats = []
                var combParam = {}
                combParam['barcode'] = that.barcode
                combParam['wrkDetls'] = that.matList
                uni.request({
                    url: that.commonUrl + '/adjust/auth',
                    url: that.commonUrl + '/mobile/adjustNew/auth',
                    method: 'POST',
                    data: {
                        combParam: that.matList
                    },
                    data: JSON.stringify(combParam),
                    header: {
                        'token':uni.getStorageSync('token')
                    },
pages/login/login.vue
@@ -58,7 +58,7 @@
                    </view>
                    <view class="config-item">
                        <text>项目:</text>
                        <input v-model="PROJECT" type="text" placeholder="lywms" placeholder-style="font-size:16rpx;text-indent: 10rpx;">
                        <input v-model="PROJECT" type="text" placeholder="wms" placeholder-style="font-size:16rpx;text-indent: 10rpx;">
                    </view>
                    <view class="flex justify-around">
                        <button class="cu-btn bg-blue lg" @click="configConfirm">确认</button>
@@ -348,6 +348,7 @@
        width: 500rpx;
        height: 500rpx;
        background-color: #fff;
        border-radius: 20px;
    }
    .config-title {
        height: 100rpx;