表格台产量,台时产品,一回产量到三回产量,一回台产到 三回台产的计算问题处理
| | |
| | | deep: true, |
| | | immediate:true, |
| | | }, |
| | | "form.carNumber": { |
| | | handler() { |
| | | 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() |
| | | } |
| | |
| | | this.$emit('changeForm',this.proForm,val) |
| | | }, |
| | | changeTableInput(){ |
| | | if(this.proForm.netWeight&&this.proForm.pieces&&this.proForm.carNumber&&this.proForm.pieceNumber){ |
| | | this.$emit('changeTableInput',this.proForm) |
| | | } |
| | | }, |
| | | handleClose() { |
| | | this.editDialogVisible = false; |