Commit 0a35d8ff authored by 刘殿昕's avatar 刘殿昕

add disk, not add time

parent 0de297e5
...@@ -1281,11 +1281,10 @@ export default { ...@@ -1281,11 +1281,10 @@ export default {
); );
if ( if (
this.formOld.dataDisk > 0 && this.formOld.dataDisk > 0 &&
this.formOld.perDataDisk > 0 && this.formOld.perDataDisk > 0
this.formOld.appDuration > 0
) { ) {
console.log("j,xqd"); console.log("jd");
// 加D,续期 // 加D
if (this.hard_disk && this.hard_disk.length != 0) { if (this.hard_disk && this.hard_disk.length != 0) {
this.disk_single_money = Number(this.hard_disk[0].price); this.disk_single_money = Number(this.hard_disk[0].price);
sumDisk += Number( sumDisk += Number(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment