|
@@ -381,14 +381,14 @@ export default {
|
|
|
halfInfo.billstatus = '1'
|
|
|
console.log(halfInfo.planNum, halfInfo.remarks, halfInfo.billstatus)
|
|
|
|
|
|
- // addHalfInfo(halfInfo).then(res => {
|
|
|
- // if (res.success) {
|
|
|
- // console.log('保存的部分信息', halfInfo)
|
|
|
- // this.$message.success('保存成功')
|
|
|
+ addHalfInfo(halfInfo).then(res => {
|
|
|
+ if (res.success) {
|
|
|
+ console.log('保存的部分信息', halfInfo)
|
|
|
+ this.$message.success('保存成功')
|
|
|
|
|
|
- // halfInfo = {}
|
|
|
- // }
|
|
|
- // })
|
|
|
+ halfInfo = {}
|
|
|
+ }
|
|
|
+ })
|
|
|
} else {
|
|
|
this.$message.error('订单号不能为空')
|
|
|
}
|