src/views/productManage/productRegisterForm/components/addProductDialog.vue
@@ -4,7 +4,6 @@
    :close-on-click-modal="false"
    :visible.sync="editDialogVisible"
    width="533px"
    append-to-body
    custom-class="add-event-dialog"
    @close="handleClose"
  >
@@ -149,10 +148,10 @@
        </el-row>
      </el-form>
    </div>
    <div slot="footer" class="dialog-footer">
    <!-- <div slot="footer" class="dialog-footer"> -->
      <!-- <el-button @click="handleClose" size="mini">取消</el-button>
      <el-button type="primary" @click="onSubmit('form')" size="mini">确定</el-button> -->
    </div>
    <!-- </div> -->
  </el-dialog>
</template>
<script>
@@ -232,28 +231,6 @@
      deep: true,
      immediate:true,
    },
    "form.carNumber": {
      handler() {
        debugger
        this.$set(this.proForm,'carNumber',this.form.carNumber)
      },
      deep: true,
      immediate:true,
    },
    "form.pieceNumber": {
      handler() {
        this.$set(this.proForm,'pieceNumber',this.form.pieceNumber)
      },
      deep: true,
      immediate:true,
    },
    "form.pieces": {
      handler() {
        this.$set(this.proForm,'pieces',this.form.pieces)
      },
      deep: true,
      immediate:true,
    },
    'form.workshopId': function () {
      this.getGroupNumber()
    }
@@ -299,7 +276,9 @@
      this.$emit('changeForm',this.proForm,val)
    },
    changeTableInput(){
      this.$emit('changeTableInput',this.proForm)
      if(this.proForm.netWeight&&this.proForm.pieces&&this.proForm.carNumber&&this.proForm.pieceNumber){
        this.$emit('changeTableInput',this.proForm)
      }
    },
    handleClose() {
      this.editDialogVisible = false;
@@ -312,6 +291,7 @@
};
</script>
<style lang="scss" scoped>
.add-event-dialog {
  .formLabel {
    font-size: 18px;
@@ -320,6 +300,9 @@
  }
  .dialog-footer {
    background-color: #fff;
  }
  .dialog-content-box{
    margin-top:30px;
  }
}
::v-deep {
@@ -334,7 +317,7 @@
    color: #333;
    // font-weight: 700;
  }
  .add-event-dialog .el-dialog {
  .add-event-dialog.el-dialog {
    position: absolute;
    right: 40px;
    top: 40px;