1
dytyqx
2026-04-03 47b61a45f194e1e1773ff7bf0b8a8570c4179dff
1
4个文件已修改
20 ■■■■ 已修改文件
.hbuilderx/launch.json 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
manifest.json 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/ZLGL/lailiaojianyan_fast/Kf_QCStockInCheckBill_Fast.vue 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/ZLGL/lailiaojianyan_fast/Kf_QCStockInCheckBill_Fast2.vue 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
.hbuilderx/launch.json
@@ -18,7 +18,7 @@
        },
        {
            "openVueDevtools" : true,
            "playground" : "custom",
            "playground" : "standard",
            "type" : "uni-app:app-ios"
        },
        {
manifest.json
@@ -2,8 +2,8 @@
    "name" : "智云LMES",
    "appid" : "__UNI__B002F49",
    "description" : "",
    "versionName" : "3.008",
    "versionCode" : 308,
    "versionName" : "3.010",
    "versionCode" : 310,
    "transformPx" : false,
    /* 5+App特有相关 */
    "app-plus" : {
pages/ZLGL/lailiaojianyan_fast/Kf_QCStockInCheckBill_Fast.vue
@@ -590,6 +590,13 @@
                        count
                    } = res.data
                    if (count == 1) {
                        if (data[0].HCheckDate == null){
                            CommonUtils.showTips({
                                title: '温馨提示',
                                message: `该单据未审核`
                            })
                            return
                        }
                        this.materialManifest = data
                        this.tabs = 1
                    } else {
pages/ZLGL/lailiaojianyan_fast/Kf_QCStockInCheckBill_Fast2.vue
@@ -518,6 +518,13 @@
                        count
                    } = res.data
                    if (count == 1) {
                        if (data[0].HCheckDate == null){
                            CommonUtils.showTips({
                                title: '温馨提示',
                                message: `该单据未审核`
                            })
                            return
                        }
                        this.sourceBillInfo.HSourceInterID = data[0].HSourceInterID
                        this.sourceBillInfo.HSourceBillType = '1103'
                        this.materialManifest = data