chenhaozhe
2025-10-23 8c2f9b02156078a84b8e9bd10417e82de0801675
APP 添加惠康 生产领料单 扫码调用 API
3个文件已修改
14 ■■■■ 已修改文件
manifest.json 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/qitachuku_v2/form.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/shengchanlingliao/form.vue 9 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
manifest.json
@@ -2,8 +2,8 @@
    "name" : "智云LMES",
    "appid" : "__UNI__B002F49",
    "description" : "",
    "versionName" : "2.0.3",
    "versionCode" : 203,
    "versionName" : "2.0.4",
    "versionCode" : 204,
    "transformPx" : false,
    /* 5+App特有相关 */
    "app-plus" : {
pages/qitachuku_v2/form.vue
@@ -1903,6 +1903,7 @@
                font-weight: bold;
            }
        }
        .right {
            // width: 450rpx;
pages/shengchanlingliao/form.vue
@@ -397,10 +397,15 @@
                if (this.hform.HBillNo == "" || this.hform.HBillNo == undefined) {
                    return
                }
                let targetUrl = () => {
                    if(/智云|惠康/.test(this.hform.HStockOrgName)){
                        return "/WEBSController/get_BillBarCode_BillCheck_Json_MateOut_HuiKang"
                    }
                    return "/WEBSController/get_BillBarCode_BillCheck_Json"
                }
                try {
                    let res = await CommonUtils.doRequest2Sync({
                        url: '/WEBSController/get_BillBarCode_BillCheck_Json',
                        url: targetUrl(),
                        data: {
                            HBillNo: this.hform.HBillNo,
                            HBillType: this.hform.HBillType,