licp
2024-09-20 59877072591ec3f399c665713c2bf30290c2bbf3
修改检验附件上传文件格式
已修改5个文件
12 ■■■■■ 文件已修改
src/components/do/b1-inspect-order-plan/Inspection.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/do/b3-work-time-management/work-time-management.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/tool/value-table.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/view/b1-inspect-order-plan.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main.js 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/do/b1-inspect-order-plan/Inspection.vue
@@ -717,7 +717,7 @@
      }"
      v-if="state==1&&fileAdd"
      :on-success="handleSuccessUp" :show-file-list="false"
        accept='.jpg,.jpeg,.png,.gif,.doc,.docx,.xls,.xlsx,.ppt,.pptx,.pdf,.zip,.rar' :headers="headers" :on-change="beforeUpload"
        accept='.jpg,.jpeg,.png,.gif,.doc,.docx,.xls,.xlsx,.ppt,.pptx,.pdf,.zip,.rar,.csv' :headers="headers" :on-change="beforeUpload"
        style="width: 80px !important;"
        :on-error="onError" ref='upload'>
        <el-button size="small" type="primary" v-if="state==1">附件上传</el-button></el-upload>
src/components/do/b3-work-time-management/work-time-management.vue
@@ -530,7 +530,6 @@
          if (power[i].menuMethod == 'insertAuxiliaryWorkingHoursDay') {
                        add = true
                    }
          console.log(add)
          if (power[i].menuMethod == 'updateAuxiliaryWorkingHoursDay') {
                        up = true
                    }
src/components/tool/value-table.vue
@@ -1165,7 +1165,6 @@
      },
      getWidth() {
        let count = 0
        console.log(this.data.do)
        this.data.do.forEach(a => {
          count += a.font.length
        })
src/components/view/b1-inspect-order-plan.vue
@@ -610,7 +610,7 @@
      // 扫码报检
      handleCode(){
        let input = document.getElementById('ScanCodeInfo');
        console.log(1234567,input,this.startTime)
        // console.log(1234567,input,this.startTime)
        input.focus();
        this.startTime&&clearInterval(this.startTime)
        this.startTime = setInterval(()=>{
@@ -620,7 +620,7 @@
      // 扫码枪按下
      keyup(e){
        var code = ''
        // console.log(3333,this.codeInfo)
        console.log(3333,this.codeInfo)
        try{
          code = JSON.parse(this.codeInfo)
          if(code==null||code==undefined||code==''){
src/main.js
@@ -20,11 +20,11 @@
//本地
// Vue.prototype.LOCATIONVUE = "http://127.0.0.1:80";
// const javaApi = 'http://127.0.0.1:8001';
// const javaApi = 'http://172.20.10.5:8001';
const javaApi = 'http://172.20.10.5:8001';
// //通信测试库
// Vue.prototype.LOCATIONVUE = "http://10.1.13.77:8080";
const javaApi = 'http://10.1.13.77:8001';
// const javaApi = 'http://10.1.13.77:8001';
//云
// Vue.prototype.LOCATIONVUE = "http://114.132.189.42:8080";