gaoluyang
2025-12-09 539231de1e68f45a6f11bc88df665cc1f161941f
src/views/salesManagement/receiptPayment/index.vue
@@ -89,7 +89,6 @@
                           <el-input-number :step="0.01" :min="0" style="width: 100%"
                                                    v-model="scope.row.receiptPaymentAmount"
                                                    :disabled="!scope.row.editType"
                                                    :precision="2"
                                                    placeholder="请输入"
                                                    clearable
                           />
@@ -300,7 +299,6 @@
          <el-col :span="12">
            <el-form-item label="本次回款金额:" prop="receiptPaymentAmount">
              <el-input-number :step="0.01" :min="0" style="width: 100%"
                                              :precision="2"
                v-model="form.receiptPaymentAmount"
                placeholder="请输入"
                clearable