licp
2024-12-06 d83c806437d794eaa020f436b8ce6a3f72392049
修改样机完成时间在其他成品时不显示
已修改3个文件
17 ■■■■ 文件已修改
src/components/do/b1-ins-order/add.vue 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/do/b1-inspect-order-plan/Inspection.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main.js 12 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/do/b1-ins-order/add.vue
@@ -1930,9 +1930,7 @@
          this.$message.error('请输入样品型号')
        }else if (!this.addObj.appointed) {
          this.$message.error('请选择约定时间')
        }else if (!this.addObj.issueTime) {
          this.$message.error('请选择样机完成时间')
        } else if (!this.sampleList.every(m => m.standardMethodListId&&m.standardMethodListId.length>0)) {
        }else if (!this.sampleList.every(m => m.standardMethodListId&&m.standardMethodListId.length>0)) {
          this.$message.error('请选择检验标准')
        } else if(this.addObj.formType&&this.addObj.formType!='其他成品'&&!this.addObj.issueUser){
          this.$message.error('请选择通知至样机员')
src/components/do/b1-inspect-order-plan/Inspection.vue
@@ -761,6 +761,7 @@
        style="width: 80px !important;"
        :on-error="onError" ref='upload'>
        <el-button size="small" type="primary" v-if="state==1">附件上传</el-button></el-upload>
      <!-- <span v-if="sonLaboratory === '远场'||sonLaboratory === '近场'" style="color: red;font-size: 12px;">辐射试验尽量上传设备导出的csv文件,不然触发不了报告生成</span> -->
      <ValueTable class="value-table" ref="fileList" :url="$api.insOrderPlan.getFileList"
        :componentData="componentData0"
        :delUrl="$api.insOrderPlan.delfile"
src/main.js
@@ -21,15 +21,15 @@
//本地
// 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';
//通信测试库
Vue.prototype.LOCATIONVUE = "http://10.1.13.77:8080";
const javaApi = 'http://10.1.13.77:8001';
// 通信正式库
Vue.prototype.LOCATIONVUE = "https://ztwxlims.ztt.cn:7443";
const javaApi = 'https://ztwxlims.ztt.cn:7443/lims/';
// Vue.prototype.LOCATIONVUE = "https://ztwxlims.ztt.cn:7443";
// const javaApi = 'https://ztwxlims.ztt.cn:7443/lims/';
//云
// Vue.prototype.LOCATIONVUE = "http://114.132.189.42:8080";