|
@@ -3714,7 +3714,8 @@ const NewService = Form.create()(
|
|
if (
|
|
if (
|
|
this.state.typeChange == 0 ||
|
|
this.state.typeChange == 0 ||
|
|
this.state.typeChange == 1 ||
|
|
this.state.typeChange == 1 ||
|
|
- this.state.typeChange == 3
|
|
|
|
|
|
+ this.state.typeChange == 3 ||
|
|
|
|
+ this.state.typeChange == 8
|
|
) {
|
|
) {
|
|
if (Number(this.state.settlementAmount) < Number(this.state.changeAmount)) {
|
|
if (Number(this.state.settlementAmount) < Number(this.state.changeAmount)) {
|
|
message.warning("退款金额大于已收款金额");
|
|
message.warning("退款金额大于已收款金额");
|
|
@@ -4440,7 +4441,8 @@ const NewService = Form.create()(
|
|
if (
|
|
if (
|
|
this.state.typeChange == 0 ||
|
|
this.state.typeChange == 0 ||
|
|
this.state.typeChange == 1 ||
|
|
this.state.typeChange == 1 ||
|
|
- this.state.typeChange == 3
|
|
|
|
|
|
+ this.state.typeChange == 3 ||
|
|
|
|
+ this.state.typeChange == 8
|
|
) {
|
|
) {
|
|
if (Number(this.state.settlementAmount) < Number(this.state.changeAmount)) {
|
|
if (Number(this.state.settlementAmount) < Number(this.state.changeAmount)) {
|
|
message.warning("退款金额大于已收款金额");
|
|
message.warning("退款金额大于已收款金额");
|
|
@@ -7474,6 +7476,7 @@ const NewService = Form.create()(
|
|
<Option value={5}>赠送</Option>
|
|
<Option value={5}>赠送</Option>
|
|
<Option value={6}>退单不退款</Option>
|
|
<Option value={6}>退单不退款</Option>
|
|
<Option value={7}>仅变更合同</Option>
|
|
<Option value={7}>仅变更合同</Option>
|
|
|
|
+ <Option value={8}>框架协议(仅已签框架合同适用)</Option>
|
|
</Select>
|
|
</Select>
|
|
<Button
|
|
<Button
|
|
style={{ marginLeft: 10 }}
|
|
style={{ marginLeft: 10 }}
|