自动化立体仓库 - WMS系统
#
yxFwq
2024-11-24 152b73f374348909a0dc4748c4937978314c5820
src/main/webapp/views/deviceOperate/jarOperate.html
@@ -79,7 +79,7 @@
   <div id="app" style="display: flex;justify-content: center;flex-wrap: wrap;">
      <div style="width: 100%;">
         <el-table border ref="singleTable" :data="tableData" highlight-current-row @row-click="handleRowClick"
            max-height="420" style="width: 100%">
            max-height="350" style="width: 100%">
            <el-table-column property="jarNo" label="硫化罐">
            </el-table-column>
<!--            <el-table-column property="workNo" label="工作号">-->
@@ -106,7 +106,7 @@
                        @cancel="cancelEvent"
                  >
                     <template #reference>
                        <el-button>修改</el-button>
                        <el-button>修改最大储量</el-button>
                     </template>
                  </el-popconfirm>
               </template>
@@ -146,8 +146,8 @@
                  <el-empty description="请选择设备"></el-empty>
               </div>
               <div v-else>
                  <el-table border :data="item" highlight-current-row max-height="350" style="width: 100%">
                     <el-table-column property="jarId" label="硫化罐">
                  <el-table border :data="itemMast" highlight-current-row max-height="400" style="width: 100%">
                     <el-table-column property="id" label="序号">
                     </el-table-column>
                     <el-table-column property="jarWrkNo" label="工作号">
                     </el-table-column>
@@ -294,7 +294,7 @@
            ],
            demo: 'X',
            rgvMode: 0,
            item: []
            itemMast: []
         },
         created() {
            this.init()
@@ -322,8 +322,8 @@
                        id: that.tableData[that.currentIndex].jarNo
                     },
                     success: function (res) {
                        that.item = res.data
                        console.log(that.item)
                        that.itemMast = res.data
                        // console.log(that.itemMast)
                     }
                  });
               }
@@ -438,8 +438,8 @@
                     id: row.jarNo
                  },
                  success: function (res) {
                     that.item = res.data
                     console.log(that.item)
                     that.itemMast = res.data
                     // console.log(that.itemMast)
                  }
               });
            },