春风项目四线(合箱线、总装线)
懒羊羊
2024-01-17 1391b345457a70d9449bb51e797c54039a3b0a53
jcdm-ui/src/views/main/om/productionOrde/index.vue
@@ -122,13 +122,14 @@
          icon="el-icon-download"
          size="mini"
          @click="getProductionNotice"
          v-hasPermi="['om:productionOrde:receive']"
        >接收</el-button>
      </el-col>
      <el-col :span="1.5">
        <el-button
          type="primary"
          plain
          icon="el-icon-createUpdate"
          icon="el-icon-edit"
          size="mini"
          :disabled="single"
          @click="CreatehandleUpdate"
@@ -551,10 +552,6 @@
    getProductionNotice(){
      getProductionNotice(this.queryParams).then(response => {
        console.log(response)
        console.log(response.data)
        console.log(response.data.msg)
        this.$modal.msgSuccess(response.data.msg);
        this.queryParams = {}
        this.getList();