liding
2025-03-25 4b6d39d4e18710684bc65c5fcac6e6968e311781
src/views/business/materialOrder/customsInspection.vue
@@ -162,6 +162,15 @@
                </el-option>
              </el-select>
            </el-form-item>
            <el-form-item label="附件查看:" style="margin-bottom: 6px;margin-top: 6px">
              <el-button type="text" @click="handleFileDialog">
                <i class="el-icon-document"></i>
                附件查看
              </el-button>
              <el-dialog :visible.sync="fileDialogVisible" title="附件查看" width="80%">
                <fileList :currentNo="partNo" v-if="fileDialogVisible" />
              </el-dialog>
            </el-form-item>
          </el-form>
        </div>
        <div style="margin-bottom: 6px;margin-top: 6px">
@@ -410,16 +419,19 @@
  selectStandardProductList,
  selectStandardTreeListByPartNo
} from "@/api/business/rawMaterialOrder";
import fileList from "./commom/fileList.vue"
import limsTable from "@/components/Table/lims-table.vue";
export default {
  name: "CustomsInspection",
  dicts: ['check_type', 'urgency_level'],
  components: {},
  components: { limsTable,fileList },
  props: {
  },
  data() {
    return {
      customsInspection: {},
      fileDialogVisible: false,
      orderType: '',
      active: 0,
      currentId: 0,
@@ -618,6 +630,10 @@
  //   this.getInfo() // 获取数据
  // },
  methods: {
    handleFileDialog() {
      this.fileDialogVisible = true
      this.currentNo = addObj.partNo || customsInspection.partNo;
    },
    save1() {
      if (this.bsm1DiaList.length > 0) {
        this.bsm1DiaList.forEach(item => {