#
whycq
2024-06-24 de687ff45298c1a341a00264c41b38a251ea8944
#
2个文件已修改
8 ■■■■ 已修改文件
manifest.json 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/pakin/pakin.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
manifest.json
@@ -2,8 +2,8 @@
    "name" : "中扬WMS",
    "appid" : "__UNI__DA5854D",
    "description" : "",
    "versionName" : "2023063001",
    "versionCode" : "100",
    "versionName" : "2024062401",
    "versionCode" : 101,
    "transformPx" : false,
    /* 5+App特有相关 */
    "app-plus" : {
pages/pakin/pakin.vue
@@ -217,9 +217,9 @@
            findMat() {
                let that = this
                uni.request({
                    url: that.baseUrl + '/matCode/list/auth',
                    url: that.baseUrl + '/matCode/list/auth2',
                    data: {
                        mat_no: that.matnr
                        condition: that.matnr
                    },
                    header: {
                        'token': uni.getStorageSync('token')