|
@@ -71,6 +71,7 @@ export default {
|
|
|
},
|
|
},
|
|
|
methods:{
|
|
methods:{
|
|
|
orderRowChange(item){
|
|
orderRowChange(item){
|
|
|
|
|
+ if (item.amount == '' || item.intoaccountdate == '' ) return this.$message.error('数据不能为空')
|
|
|
this.orderInfo = this.$refs.orderRow.list
|
|
this.orderInfo = this.$refs.orderRow.list
|
|
|
this.orderInfo.forEach(row=>{
|
|
this.orderInfo.forEach(row=>{
|
|
|
if (row.rowindex === item.rowindex){
|
|
if (row.rowindex === item.rowindex){
|