yusijie
2026-03-30 21c2a7c125a5d07ad87fd7a266a697f61d0fdefd
pages/MJGL/SB_EquipICMOTechParamBill/SB_EquipICMOTechParamBillEdit.vue
@@ -108,6 +108,12 @@
                        <input v-model="hform.HEquipName" disabled />
                    </view>
                </view>
                <view class="form-item">
                    <view class="title">模具:</view>
                    <view class="righton">
                        <input v-model="hform.HMouldName" disabled />
                    </view>
                </view>
            </view>
        </template>
        <!-- 其他信息 -->
@@ -283,6 +289,7 @@
                <view class="over" v-if="HCheckFileList.length == 0">暂无数据</view>
            </view>
        </template>
        <view style="height: 120rpx;"></view>
        <!-- 操作按钮 -->
        <view class="buttons" id="buttons">
            <button class="btn-a" size="mini" @tap="submit">提交</button>
@@ -412,7 +419,9 @@
                    "HUpDater": "",
                    "HDeleteMan": "",
                    "HUpDateDate": "",
                    "HDeleteDate": ""
                    "HDeleteDate": "",
                    "HMouldName": "",
                    "HMouldID": 0,
                }
            };
        },
@@ -959,7 +968,6 @@
                        data: {
                            hinterid: HInterID,
                            HEntryID,
                            HEntryID,
                            user: getUserInfo()["Czymc"]
                        }
                    })
@@ -1003,6 +1011,9 @@
                            "HMainSourceEntryID": data[0].HEntryID,
                            "HMainSourceBillNo": data[0].单据号,
                            "HMainSourceBillType": data[0].单据类型,
                            "HMouldName": data[0].模具名称,
                            "HMouldID": data[0].HMouldID
                        })
                        this.HTechParams = data.map(item => {