Commit 6341116c authored by 徐俊's avatar 徐俊

xujun

parent 25e20565
...@@ -225,7 +225,7 @@ ...@@ -225,7 +225,7 @@
</div> </div>
</a-col> </a-col>
</a-row> </a-row>
<a-row type="flex"> <!-- <a-row type="flex">
<a-col :span="24" style="text-align: center;"> <a-col :span="24" style="text-align: center;">
<div class="special-middle"> <div class="special-middle">
<a-button type="dashed" style="width: 50%" @click="addArray"> <a-button type="dashed" style="width: 50%" @click="addArray">
...@@ -233,7 +233,7 @@ ...@@ -233,7 +233,7 @@
</a-button> </a-button>
</div> </div>
</a-col> </a-col>
</a-row> </a-row> -->
</div> </div>
</template> </template>
...@@ -281,7 +281,12 @@ ...@@ -281,7 +281,12 @@
}; };
}, },
created() { created() {
if (this.manufactureList) {
this.calTotalNumber()
this.calTotalAmount()
this.calTotalFundAmount()
this.calTotalSelfAmount()
}
}, },
methods: { methods: {
addArray() { addArray() {
...@@ -366,17 +371,17 @@ ...@@ -366,17 +371,17 @@
}) })
} }
}, },
watch: { // watch: {
manufactureList: { // manufactureList: {
handler(manufactureList) { // handler(manufactureList) {
if (!!manufactureList) { // if (!!manufactureList) {
this.calTotalNumber() // this.calTotalNumber()
this.calTotalAmount() // this.calTotalAmount()
this.calTotalFundAmount() // this.calTotalFundAmount()
this.calTotalSelfAmount() // this.calTotalSelfAmount()
} // }
}, // },
}, // },
}, // },
}; };
</script> </script>
\ No newline at end of file
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