spring
2025-04-03 a29ed519245c178cbc3c2db6f9a47451add87257
对象零件号绑定修改
已修改2个文件
5 ■■■■■ 文件已修改
src/views/business/materialOrder/customsInspection.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/structural/capabilityAndLaboratory/capabilityComponents/bindPartDialog.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/business/materialOrder/customsInspection.vue
@@ -1462,6 +1462,7 @@
      this.sample.insulating = null
      this.sample.sheath = null
      this.sample.quantity = 1
      console.log(2222, codeLevel, data)
      if (codeLevel === '[5]') {
        this.sample.model = this.addObj.sample
      } else if (codeLevel === '[4]') {
src/views/structural/capabilityAndLaboratory/capabilityComponents/bindPartDialog.vue
@@ -142,7 +142,7 @@
                  type: "warning",
                })
                  .then(() => {
                    productPartReview({ id: row.id }).then((res) => {
                    productPartReview({ id: row.id, type: this.type == 0 ? '对象' : '产品' }).then((res) => {
                      if (res.code == 200) {
                        this.$message.success("复核通过");
                        this.getList();
@@ -268,7 +268,7 @@
    },
    getEditList() {
      this.tableLoading0 = true
      productPartLogList({ id: this.currentPart.id, ...this.editPage }).then(res => {
      productPartLogList({ id: this.currentPart.id, type: this.type == 0 ? '对象' : '产品', ...this.editPage }).then(res => {
        this.tableLoading0 = false
        if (res.code == 200) {
          this.editList = res.data.records