| | |
| | | searchBox: 'hide', |
| | | pick:'hide', |
| | | matnr:'', |
| | | matList:[{}], |
| | | matList:[], |
| | | result: '', |
| | | enableQty:'', |
| | | count:'', |
| | |
| | | this.count = this.matList[index].anfme |
| | | this.batch = this.matList[index].batch |
| | | this.memo = this.matList[index].memo |
| | | this.cstmr = this.matList[index].cstmr |
| | | this.rowNum = index |
| | | this.eject() |
| | | }, |
| | |
| | | this.matList[this.rowNum].anfme = this.count |
| | | this.matList[this.rowNum].batch = this.batch |
| | | this.matList[this.rowNum].memo = this.memo |
| | | this.matList[this.rowNum].cstmr = this.cstmr |
| | | this.$refs.revise.close() |
| | | this.$forceUpdate() // 强制刷新 |
| | | }, |
| | |
| | | margin-top: 20rpx; |
| | | } |
| | | .data-list:last-child { |
| | | margin-bottom: 120rpx; |
| | | margin-bottom: 180rpx; |
| | | } |
| | | /* .data-list-left { |
| | | display: inline-block; |