#
zjj
2024-03-21 3dacfddd0abdfa0ae476cc49fbb2bf6d1094c717
src/main/webapp/views/deviceOperate/rgvOperate.html
@@ -171,7 +171,7 @@
            currentTitle: "未选择设备",
            currentIndex: null,
            formParam: {
               crnNo: null,
               rgvNo: null,
               sourceStaNo: null,
               sourceRow: 1,
               sourceBay: 0,
@@ -215,8 +215,8 @@
               const index = this.tableData.indexOf(row)
               this.currentRow = row;
               this.currentIndex = index
               this.currentTitle = row.crnNo + "号堆垛机"
               this.formParam.crnNo = row.crnNo
               this.currentTitle = row.rgvNo + "号堆垛机"
               this.formParam.rgvNo = row.rgvNo
               this.enableIn = row.inEnable == "Y" ? true : false
               this.enableOut = row.outEnable == "Y" ? true : false
            },
@@ -273,12 +273,12 @@
               if (type == "in") {
                  param = {
                     inEnable: this.enableIn ? "Y" : "N",
                     crnNo: this.formParam.crnNo
                     rgvNo: this.formParam.rgvNo
                  }
               } else {
                  param = {
                     outEnable: this.enableOut ? "Y" : "N",
                     crnNo: this.formParam.crnNo
                     rgvNo: this.formParam.rgvNo
                  }
               }