春风项目四线(合箱线、总装线)
yyt
2024-01-22 c7a5e18fa52ef6faf053e584a4ae9bb5bc55943b
jcdm-ui/src/views/main/kb/prepareOnline/index.vue
@@ -92,7 +92,7 @@
</template>
<script>
import {listOrderScheduling} from "@/api/main/bs/orderScheduling/orderScheduling";
import {listOrderScheduling2} from "@/api/main/bs/orderScheduling/orderScheduling";
import VueQr from 'vue-qr'
export default {
  name: "index",
@@ -118,7 +118,7 @@
      this.getList();
    },
    getList(){
      listOrderScheduling(this.queryParams).then(response => {
      listOrderScheduling2(this.queryParams).then(response => {
        console.log("--------------------"+response.rows)
        this.dataList = response.rows
        if (this.queryParams.orderNo === '' || this.queryParams.orderNo === null){