zouyu
9 天以前 304aaa5134f783cd6d35a21a3d968faf8492fd9c
数采调整2
已修改4个文件
15 ■■■■■ 文件已修改
src/views/CNAS/resourceDemand/device/component/acquisitionConfig.vue 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/business/materialOrder/index.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/business/outsourcingFinishProduct/index.vue 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/business/unpass/index-manage.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/CNAS/resourceDemand/device/component/acquisitionConfig.vue
@@ -268,8 +268,9 @@
        { label: "db", value: ".db" },
        { label: "mdb", value: ".mdb" },
        { label: "word", value: ".docx" },
        { label: "excelxlsx", value: ".xlsx" },
        { label: "excelxls", value: ".xls" },
        { label: "excel(xlsx)", value: ".xlsx" },
        { label: "excel(xls)", value: ".xls" },
        { label: "pngInExcel", value: ".pngInExcel" },
        { label: "txt", value: ".txt" },
        { label: "mysql", value: ".mysql" },
        { label: "mqtt", value: ".mqtt" },
src/views/business/materialOrder/index.vue
@@ -1368,6 +1368,7 @@
      } else {
        params = {...this.entity}
      }
      params.orderType = "01raw";
      rawAllExport(params).then(res => {
        this.outLoading = false
        const blob = new Blob([res], { type: 'application/octet-stream' });
src/views/business/outsourcingFinishProduct/index.vue
@@ -1184,10 +1184,11 @@
      } else {
        params = {...this.entity}
      }
      params.orderType = "02wg";
      rawAllExport(params).then(res => {
        this.outLoading = false
        const blob = new Blob([res], { type: 'application/octet-stream' });
        this.$download.saveAs(blob, '原材料检测信息导出.xlsx');
        this.$download.saveAs(blob, '外购成品检测信息导出.xlsx');
      })
    },
    // 提交修改委托编号信息
src/views/business/unpass/index-manage.vue
@@ -12,8 +12,8 @@
            <el-input size="small" placeholder="请输入" clearable v-model="entity.no"
                      @keyup.enter.native="refreshTable()"></el-input>
          </el-form-item>
          <el-form-item label="规格型号" prop="model">
            <el-input size="small" placeholder="请输入" clearable v-model="entity.model"
          <el-form-item label="规格型号" prop="specsModels">
            <el-input size="small" placeholder="请输入" clearable v-model="entity.specsModels"
                      @keyup.enter.native="refreshTable()"></el-input>
          </el-form-item>
          <el-form-item label="样品名称" prop="sample">
@@ -86,7 +86,7 @@
      handlerId: null,
      entity: {
        sample: null,
        model: null,
        specsModels: null,
      },
      tableData: [],
      tableLoading: false,