zouyu
2024-01-03 44128325f86110b8baaca351d58f5d4c38558bc3
Merge branch 'master' of http://114.132.189.42:9002/r/mes-ocea-before
已修改3个文件
32 ■■■■ 文件已修改
src/views/quality/Packaging_ledger/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/warehouse/pallettransports/index.vue 24 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
vue.config.js 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/quality/Packaging_ledger/index.vue
@@ -177,7 +177,7 @@
export default {
    data(){
        return {
          str:"http://192.168.2.213:8080/#/pack?id=",
          str:"https://ztms-mes.chinaztt.cn/#/pack?id=",
          qrData:[],
          diaPrintTab: false,
          multipleSelection: [],
src/views/warehouse/pallettransports/index.vue
@@ -382,30 +382,6 @@
    ...mapGetters(['permissions'])
  },
  watch:{
    // palletTransportsMaterialMultipleSelection(newVal){
    //   if(newVal.length>0){
    //     this.palletTransportsMaterialSelectionChange(newVal)
    //   }else{
    //     this.palletTransportsDetailData = []
    //   }
    // }
    // palletTransportsChange(val){
    //   console.log("=====");
    //   if(val){
    //       console.log(val);
    //       console.log(this.command,"11111")
    //   }else{
    //     console.log("--");
    //   }
    // }
    command: {
      handler(newVal) {
        if (newVal != '') {
          // 当 aa 为空字符串时触发的操作
          console.log('aa is now empty');
        }
      },
    }
  },
  created() {
     if(this.permissions.warehouse_pallettransports_edit){
vue.config.js
@@ -4,10 +4,10 @@
 */
// const url = 'http://192.168.32.45:9999'
// const url = 'http://192.168.2.63:9999'
// const url = 'http://192.168.2.7:9999'
const url = 'https://ztms-mes.chinaztt.cn/'
const url = 'http://localhost:9999'
// const url = 'http://localhost:9999'
const localUrl = 'http://localhost:8089'