|
@@ -802,6 +802,10 @@ export default {
|
|
|
queding() {
|
|
|
this.$refs.formRef3.validate((valid, invalidFields, errLabels) => {
|
|
|
if (valid) {
|
|
|
+ if (this.formTK.refundAmount <= 0) {
|
|
|
+ this.$message.warning('退款金额必须大于0!')
|
|
|
+ return
|
|
|
+ }
|
|
|
workerWarrantyRefund({
|
|
|
...this.formTK,
|
|
|
warrantyId: this.formData.warrantyId,
|