#
Junjie
20 小时以前 ce8c67734acf64325849f47f9f17aaccf9163b9b
#
2个文件已修改
6 ■■■■ 已修改文件
src/main/java/com/zy/core/network/fake/ZyStationFakeConnect.java 5 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/components/WatchCrnCard.js 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/zy/core/network/fake/ZyStationFakeConnect.java
@@ -118,9 +118,12 @@
            return;
        }
        String barcodeTime = String.valueOf(System.currentTimeMillis());
        String barcode = barcodeTime.substring(5);
        status.setTaskNo(taskNo);
        status.setLoading(true);
        status.setBarcode(String.valueOf(System.currentTimeMillis()));
        status.setBarcode(barcode);
    }
    private void generateFakeOutStationData(Integer stationId) {
src/main/webapp/components/WatchCrnCard.js
@@ -105,6 +105,7 @@
      handler(newVal, oldVal) {
        if (newVal.crnNo != 0) {
          this.activeNames = newVal.crnNo;
          this.searchCrnNo = newVal.crnNo;
          const idx = this.crnList.findIndex(i => i.crnNo == newVal.crnNo);
          if (idx >= 0) { this.currentPage = Math.floor(idx / this.pageSize) + 1; }
        }