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