Browse Source

应收账款调整

qymljy 1 year ago
parent
commit
37549ab186

+ 1 - 0
src/SDrpManagement/accountsOverdueAdjustment/modules/orderRows.vue

@@ -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){