王震
2023-12-22 bf8f755535e07b59116fced6dab7e2b53e78ff50
	modified:   src/views/common/qrCodeApp.vue
modified: src/views/product/workbench/productInDialog.vue
modified: src/views/quality/Packaging_ledger/index.vue
modified: vue.config.js
已修改4个文件
9 ■■■■■ 文件已修改
src/views/common/qrCodeApp.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/product/workbench/productInDialog.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/quality/Packaging_ledger/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
vue.config.js 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/common/qrCodeApp.vue
@@ -35,7 +35,7 @@
    created() { },
    methods: {
        openCamera(){
            this.camera="front"
            this.camera="rear"
        },
        //回调扫描结果
        onDecode(result) {
src/views/product/workbench/productInDialog.vue
@@ -116,6 +116,7 @@
      this.workstationFeedList = []
      if (this.workstationId && this.workstationId != null) {
        let operationTaskId=JSON.parse(localStorage.getItem("OPERATION_TASK_ID"))
        console.log(operationTaskId,"111111");
        query.operationTaskId=operationTaskId
        getWorkstationFeed(query, this.workstationId)
          .then((response) => {
src/views/quality/Packaging_ledger/index.vue
@@ -174,7 +174,7 @@
export default {
    data(){
        return {
          str:"http://192.168.2.213:8080/#/pack?id=",
          str:"http://192.168.2.213:8080/#/pack?id=50",
          qrData:[],
          diaPrintTab: false,
          multipleSelection: [],
vue.config.js
@@ -4,10 +4,10 @@
 */
//const url = 'http://192.168.2.7:9999'
const url = 'http://192.168.2.7:9999'
// const url = 'http://192.168.32.45:9999'
const url = 'http://localhost:9999'
// const url = 'http://localhost:9999'
const localUrl = 'http://localhost:8089'