spring
2025-02-26 d5a26ba2eab0a966c1754ef1d9918bfcb6e1e289
合并冲突
已修改3个文件
14 ■■■■ 文件已修改
src/components/do/b1-inspect-order-plan/Inspection.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/view/b1-expenses.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main.js 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/do/b1-inspect-order-plan/Inspection.vue
@@ -4528,7 +4528,7 @@
    getAsk(id) {
      for (var a in this.currentSample.insProduct) {
        if (this.currentSample.insProduct[a].id == id) {
          return this.currentSample.insProduct[a].ask;
          return this.currentSample.insProduct[a].tell;
        }
      }
    },
src/components/view/b1-expenses.vue
@@ -50,9 +50,9 @@
      <div>
        <el-row class="title">
          <el-col :span="12" style="padding-left: 20px;text-align: left;">费用统计</el-col>
          <el-col :span="12" style="text-align: right;">
          <!-- <el-col :span="12" style="text-align: right;">
            <el-button size="small" type="primary">OA推送</el-button>
          </el-col>
          </el-col> -->
        </el-row>
      </div>
      <div class="search">
src/main.js
@@ -20,9 +20,9 @@
Vue.prototype.PROJECT = "检测中心";
// Vue.prototype.PROJECT = '装备电缆'
//本地
// Vue.prototype.LOCATIONVUE = "http://127.0.0.1:80";
// const javaApi = 'http://127.0.0.1:8001';
const javaApi = "http://192.168.0.104:8001";
Vue.prototype.LOCATIONVUE = "http://127.0.0.1:80";
const javaApi = "http://127.0.0.1:8001";
// const javaApi = "http://192.168.0.170:8001";
//通信测试库
// Vue.prototype.LOCATIONVUE = "http://10.1.13.77:8080";
@@ -30,8 +30,8 @@
// 通信正式库
// Vue.prototype.LOCATIONVUE = "http://192.168.22.29:8080";
// const javaApi = 'http://192.168.22.29:8001/lims/';
// const javaApi = 'https://ztwxlims.ztt.cn:7443/lims/';
// const javaApi = 'http://192.168.22.29:8001/lims/';
// //云
// Vue.prototype.LOCATIONVUE = "http://114.132.189.42:8080";