|
|
@@ -332,6 +332,7 @@
|
|
|
:placeholder="$t('请输入预计签约金额')"
|
|
|
:disabled="siteid == 'HY'"
|
|
|
></el-input>
|
|
|
+ <span style="color: red">{{tool.unitConversion(Number(form.signamount_due),10000)}}{{$t('万元')}}</span>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
|
|
|
@@ -919,7 +920,6 @@ export default {
|
|
|
onClose() {
|
|
|
this.$refs["form"].resetFields();
|
|
|
this.dialogFormVisible = false;
|
|
|
- this.$emit("onSuccess");
|
|
|
this.repeats = [];
|
|
|
},
|
|
|
/*获取品牌*/
|