cdk
2025-11-18 bffd651ae5ddfe990f9c37ffd50bb4b6c4c9ca04
agv增加选了产线就获取点位
已修改2个文件
13 ■■■■ 文件已修改
H5/Cpdbsj.aspx 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
H5/Js/Cpbdsj.js 11 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
H5/Cpdbsj.aspx
@@ -266,5 +266,5 @@
</asp:Content>
<asp:Content ID="Content4" ContentPlaceHolderID="ContentPlaceHolder4" Runat="Server">
    <script src="Js/Cpbdsj.js?<%=1212111421526 %>"></script>
    <script src="Js/Cpbdsj.js?<%=121114211526 %>"></script>
</asp:Content>
H5/Js/Cpbdsj.js
@@ -503,6 +503,11 @@
            this.xtNum = action.lineNo;  // 绑定line_no到xtNum字段
            console.log("选择的线体编号:", this.xtNum);
            this.xtName = action.name;  // 绑定name到xtName字段
            if (action.agvPostion != null) {
                const agvPostionStr = String(action.agvPostion);
                this.AgvDw = agvPostionStr.split(',')[0];
                this.actionsAgvDw = this.handleAgvPositions(agvPostionStr);
            }
            this.show = false;
        },
@@ -536,7 +541,8 @@
                            that.actions = json.data.tbBillList.map(item => {
                                return {
                                    name: item.name,
                                    lineNo: item.line_no  // 新增
                                    lineNo: item.line_no,  // 新增
                                    agvPostion: item.agvPostion
                                };
                            });
                        }
@@ -670,7 +676,8 @@
            that.isLoading = true;
            that.AxiosHttp("post", 'Womdaa/handleAGVCall', {
                XtNum: that.xtNum,
                userAccount: that.userInfo.loginAccount
                userAccount: that.userInfo.loginAccount,
                AgvDw: that.AgvDw
            }, false)
                .then(function (res) {
                    var json = res;