Commit badbfdc0 authored by Bill's avatar Bill

Merge branch 'dev-srm' of 10.0.0.22:lingxi/lingxi-business-paltform into dev-srm

parents 3e41d090 c123584b
...@@ -276,6 +276,7 @@ const table = (props: any) => { ...@@ -276,6 +276,7 @@ const table = (props: any) => {
currentRef.current = { currentRef.current = {
get: () => new Promise((resolve: any) => { get: () => new Promise((resolve: any) => {
let data = []; let data = [];
console.log(PlanList)
PlanList.map((item: any) => { PlanList.map((item: any) => {
data.push( data.push(
{ {
...@@ -300,7 +301,7 @@ const table = (props: any) => { ...@@ -300,7 +301,7 @@ const table = (props: any) => {
PlanList.map((item) => { PlanList.map((item) => {
item.applyNo = item.orderNO; item.applyNo = item.orderNO;
item.outerStatusName = item.orderStatusName; item.outerStatusName = item.orderStatusName;
item.isHasTax = item.isHasTax == '是' ? 1 : 0; // item.isHasTax = item.isHasTax == '是' ? 1 : 0;
}) })
setPlanList(PlanList) setPlanList(PlanList)
} }
......
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