licp
2024-06-26 254f5863bed7474f258e6829cc0a2a4f94989e1c
src/components/do/b1-ins-order/add.vue
@@ -1009,8 +1009,12 @@
        }
      },
      save0(){
        let sampleList = this.handleData(this.HaveJson(this.sampleList),this.handleAsk,1)
        this.saveMethod(sampleList)
        if(this.editTable.every(m=>m.value)){
          let sampleList = this.handleData(this.HaveJson(this.sampleList),this.handleAsk,1)
          this.saveMethod(sampleList)
        }else{
          this.$message.error('请填写识别符值')
        }
      },
      handleData(sampleList,calBack,type){
        let editTable = []
@@ -1235,6 +1239,8 @@
            this.saveLoad = false
            if (res.code == 201) return
            this.$message.success('提交成功')
            // this.$parent.multipleSelection = [{id: this.currentId}]
            // this.$parent.print()
            // 如果紧急程度为紧急,需要直接下发人员
            // if (this.addObj.type == 2) {
            //    this.issuedDialogVisible = true;