|
@@ -376,12 +376,13 @@ export default {
|
|
|
if (this.detailsPlanNum.remarks) {
|
|
|
// 保存 部分信息
|
|
|
var halfInfo = {}
|
|
|
- halfInfo.planNum = this.detailsPlanNum.planNum
|
|
|
- halfInfo.remarks = this.detailsPlanNum.remarks
|
|
|
- halfInfo.billstatus = '1'
|
|
|
- console.log(halfInfo.planNum, halfInfo.remarks, halfInfo.billstatus)
|
|
|
-
|
|
|
- addHalfInfo(halfInfo).then(res => {
|
|
|
+ // halfInfo.planNum = this.detailsPlanNum.planNum
|
|
|
+ // halfInfo.remarks = this.detailsPlanNum.remarks
|
|
|
+ // halfInfo.billstatus = '1'
|
|
|
+ // console.log(halfInfo.planNum, halfInfo.remarks, halfInfo.billstatus)
|
|
|
+ var planNum = this.detailsPlanNum.planNum,
|
|
|
+ json = this.detailsPlanNum
|
|
|
+ addHalfInfo({planNum,json}).then(res => {
|
|
|
if (res.success) {
|
|
|
console.log('保存的部分信息', halfInfo)
|
|
|
this.$message.success('保存成功')
|