|
@@ -671,6 +671,7 @@ export default {
|
671
|
671
|
}
|
672
|
672
|
})
|
673
|
673
|
} else {
|
|
674
|
+ console.log("------==========`````")
|
674
|
675
|
getPrivateExpensesOrder(params).then((response) => {
|
675
|
676
|
if (response.data.state == 0) {
|
676
|
677
|
// this.$message.error(response.data.msg)
|
|
@@ -681,7 +682,7 @@ export default {
|
681
|
682
|
that.info = response.data.data.info
|
682
|
683
|
that.p_admin = response.data.data.printor_admin
|
683
|
684
|
that.charge_admin = response.data.data.charge_admin
|
684
|
|
-
|
|
685
|
+ that.info['new_order'] = response.data.data.info
|
685
|
686
|
that.info['p_admin'] = that.p_admin
|
686
|
687
|
that.info['charge_admin'] = that.charge_admin
|
687
|
688
|
that.info['order_number'] = response.data.data.order_number
|
|
@@ -779,6 +780,7 @@ export default {
|
779
|
780
|
}
|
780
|
781
|
}
|
781
|
782
|
console.log(response.data.data.order_infos)
|
|
783
|
+ console.log(that.info)
|
782
|
784
|
|
783
|
785
|
var list = []
|
784
|
786
|
//获取所有项目类型进行去重
|