王震
2023-12-04 f5f96b067a6eefe481c9b6ed71bfa0e0f2886c9b
	modified:   src/views/quality/Packaging_ledger/index.vue

Changes not staged for commit:
modified: package.json
modified: src/views/plan/manufacturingorder/index.vue
modified: src/views/quality/Packaging_ledger/index.vue
modified: src/views/quality/rawMaterial/rawMaterial-form.vue
modified: vue.config.js
已修改1个文件
6 ■■■■■ 文件已修改
src/views/quality/Packaging_ledger/index.vue 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/quality/Packaging_ledger/index.vue
@@ -289,7 +289,6 @@
        })
      },
      handleCurrentChange(row){
        console.log(row,"一行");
        this.dataway = row
        this.packageBoxId = {
          packageBoxId:row.id
@@ -299,7 +298,6 @@
      },
      rightquery(){
        list({packageBoxId:this.goid}).then((res) =>{
          console.log(res,"nihaoa");
          this.testStandardParams = res.data.data
        })
      },
@@ -317,19 +315,16 @@
      },
      //右边保存
      addpreserve(){
        console.log(this.testStandardParams,"保存数据");
         this.testStandardParams.forEach(el => {
              el.packageBoxId =this.goid
         });
        saveList(this.testStandardParams).then((res) =>{
          console.log(res,"保存成功");
          this.$message.success('保存成功')
          this.rightquery()
        })
      },
      //删除
      deleteadd(row){
          console.log(row,"");
          deledata({id:row.id}).then((res)=>{
          this.$message.success('删除成功')
          this.rightquery()
@@ -337,7 +332,6 @@
      },
      //审核
      check(row){
        console.log(row,"审核");
        let packageBox = {
                id:row.id,
                packageNo:row.packageNo,