|
@@ -720,12 +720,15 @@ export default {
|
|
|
})
|
|
|
if (this.detailData.id) {
|
|
|
this.id = this.detailData.id;//字符串转数字 超长用BigInt
|
|
|
-
|
|
|
projectDetail(this.id, "0,1,2,3,4,5").then(res => {
|
|
|
this.afterEcho(res.data.data)
|
|
|
})
|
|
|
|
|
|
} else if (this.detailData.data) {
|
|
|
+ this.$set(this.formTwo, "debitAmount", 0)
|
|
|
+ this.$set(this.formTwo, "advanceAmount", 0)
|
|
|
+ this.$set(this.formTwo, "settlmentAmount", 0)
|
|
|
+ this.$set(this.formTwo, "balanceAmount", 0)
|
|
|
getGoodsDescList().then(res => {
|
|
|
this.goodsDescList = res.data.data
|
|
|
let form = this.detailData.data
|