|
|
@@ -986,18 +986,15 @@ export default {
|
|
|
this.finstlbillsDetailfun(this.form.id, "updateCashier");
|
|
|
},
|
|
|
submit(type) {
|
|
|
- if (this.form.cashierStatus == 0) {
|
|
|
- return this.$message.error("请申请付费!");
|
|
|
- }
|
|
|
getListAll({ srcId: this.form.id }).then(res => {
|
|
|
- if (res.data.data.length == 0) {
|
|
|
- return this.$message.error("请在指示维护费用");
|
|
|
- }
|
|
|
- for (let item of res.data.data) {
|
|
|
- if (item.status == 0) {
|
|
|
- return this.$message.error("请在指示维护未支付数据!");
|
|
|
- }
|
|
|
- }
|
|
|
+ // if (res.data.data.length == 0) {
|
|
|
+ // return this.$message.error("请在指示维护费用");
|
|
|
+ // }
|
|
|
+ // for (let item of res.data.data) {
|
|
|
+ // if (item.status == 0) {
|
|
|
+ // return this.$message.error("请在指示维护未支付数据!");
|
|
|
+ // }
|
|
|
+ // }
|
|
|
this.$confirm("确定进行申请操作?", {
|
|
|
confirmButtonText: "确定",
|
|
|
cancelButtonText: "取消",
|