yhj
lkk
2025-03-19 a9840e124de770c17825d98159fe046ad88f15e1
yhj
3个文件已修改
27 ■■■■■ 已修改文件
src/views/picture/other/index.vue 11 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/picture/picture/index.vue 15 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/system/tijian/index.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/picture/other/index.vue
@@ -243,10 +243,10 @@
          <!-- <el-table-column label="结论" align="center" prop="fixedValue" /> -->
        </el-table>
        <div style="height: 390px; margin-top: 10px">
        <div style="height: 300px; margin-top: 10px">
          <el-image
            v-loading="loading"
            style="height: 390px; width: 100%"
            style="height: 300px; width: 100%"
            :src="imgsrc + tjNumber + '.png'"
            :preview-src-list="[imgsrc + tjNumber + '.png']"
          ></el-image>
@@ -266,21 +266,22 @@
                    </div>
                </div> -->
        <div style="margin-top: 20px">
        <div style="margin-top: 10px">
          <el-form
            :model="form"
            ref="queryForm"
            size="small"
            :inline="true"
            :inline="false"
            label-width="68px"
          >
            <el-form-item label="项目结果" prop="measuredValue">
              <el-input v-model="form.measuredValue" clearable />
              <el-input v-model="form.measuredValue" clearable type="textarea" />
            </el-form-item>
            <el-form-item label="结果结论" prop="fixedValue">
              <el-input
                v-model="form.fixedValue"
                clearable
                type="textarea"
                @focus="submiepilog"
              />
            </el-form-item>
src/views/picture/picture/index.vue
@@ -132,30 +132,31 @@
          <el-table-column label="项目结果" align="center" prop="proResult" />
          <!-- <el-table-column label="结论" align="center" prop="conclusion" /> -->
        </el-table>
        <div style="height: 390px; margin-top: 10px">
        <div style="height: 300px; margin-top: 10px">
          <el-image
            v-loading="loading"
            style="height: 390px; width: 100%"
            style="height: 300px; width: 100%"
            :src="imgsrc + tjNumber + '.png'"
            :preview-src-list="[imgsrc + tjNumber + '.png']"
          ></el-image>
        </div>
        <div style="margin-top: 20px">
        <div style="margin-top: 10px">
          <el-form
            :model="form"
            ref="queryForm"
            size="small"
            :inline="true"
            :inline="false"
            label-width="68px"
          >
            <el-form-item label="项目结果" prop="proResult">
              <el-input v-model="form.proResult" clearable />
            <el-form-item label="检查所见" prop="proResult">
              <el-input v-model="form.proResult" clearable type="textarea"/>
            </el-form-item>
            <el-form-item label="结果结论" prop="conclusion">
            <el-form-item label="检查结论" prop="conclusion">
              <el-input
                v-model="form.conclusion"
                clearable
                type="textarea"
                @focus="submiepilog"
              />
            </el-form-item>
src/views/system/tijian/index.vue
@@ -3262,6 +3262,7 @@
            discount: item.discount,
            parentProId: item.parentProId,
            cusIdCard: item.cusId,
            yhj: item.nowPrice
          })); // 创建新的对象,包含 discount 和 id
        gaibianzhekou(newArray).then((res) => {
          this.loadingSubmit = false;