zrg
2026-01-27 c9ca6cb317021a974b7465ad747fa0c9b80d4f88
修复末件保存没有提供参数
2个文件已修改
27 ■■■■ 已修改文件
manifest.json 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/ZLGL/mojianjianyan/ProcessCheckBill.vue 23 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
manifest.json
@@ -2,8 +2,8 @@
    "name" : "智云LMES",
    "appid" : "__UNI__B002F49",
    "description" : "",
    "versionName" : "2.0.62",
    "versionCode" : 262,
    "versionName" : "2.0.63",
    "versionCode" : 263,
    "transformPx" : false,
    /* 5+App特有相关 */
    "app-plus" : {
pages/ZLGL/mojianjianyan/ProcessCheckBill.vue
@@ -1982,7 +1982,8 @@
                        checkItemsArray.push(checkItem);
                    }
                    console.log('checkItemsArray: ', checkItemsArray);
                    let sMainSub =
                        `${JSON.stringify(this.hform)};${JSON.stringify(checkItemsArray)};${this.operationType};${getUserInfo()["Czymc"]};${InspectValuesTrans[0]}`;
                    console.log("this.checkItems: ", this.checkItems);
                    let res = await CommonUtils.doRequest2Sync({
@@ -2350,9 +2351,12 @@
        padding: 0 30rpx 0 30rpx;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;         /* 超出自动换行 */
        flex-wrap: wrap;
        /* 超出自动换行 */
        /* 可选:设置换行后的对齐方式 */
        align-content: flex-start; /* 多行对齐方式 */
        align-content: flex-start;
        /* 多行对齐方式 */
        .form-item {
            width: 600rpx;
            display: flex;
@@ -2360,6 +2364,7 @@
            font-size: 26rpx;
            padding: 6rpx 0;
             margin-right: 20rpx;
            .left {
                width: 208rpx;
    
@@ -2392,12 +2397,14 @@
                    font-size: 26rpx;
                }
            }
            .right-select {
                //padding: 8rpx 20rpx;
                font-size: 26rpx;
                flex: 1;
                
            }
            .disabled {
                border: 1px solid #e4e4e4;
                background-color: #e4e4e4;
@@ -2488,11 +2495,15 @@
    ::v-deep .uni-card {
      flex: 500rpx;
    }
    .list {
        width: 100%;
        display: flex; /* 添加flex布局 */
        flex-wrap: wrap; /* 允许换行 */
        gap: 20rpx; /* 设置卡片间距 */
        display: flex;
        /* 添加flex布局 */
        flex-wrap: wrap;
        /* 允许换行 */
        gap: 20rpx;
        /* 设置卡片间距 */
        
        .card-detail {
            width: 500rpx;