摘要: invoiceSubmit(record) { const _this = this; //判断签收状态是否签收和拒收 if(record.operflag == 'N'){ this.$message.error('已操作,不可再次签收'); return; } if (record.flag = 阅读全文
posted @ 2022-06-09 22:44 花田007 阅读(859) 评论(0) 推荐(0) 编辑
摘要: public Double CNYtoN(String amount) { double result = 0; double temp = -1;//存放一个单位的数字如:十万 int count = 0;//判断是否有chArr Map<Character, Double> map = new 阅读全文
posted @ 2022-06-09 11:20 花田007 阅读(203) 评论(0) 推荐(0) 编辑