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)
} }
...@@ -337,10 +338,10 @@ const table = (props: any) => { ...@@ -337,10 +338,10 @@ const table = (props: any) => {
> >
<Button onClick={() => setvisible(!visible)} style={{ marginRight: 8 }}> <Button onClick={() => setvisible(!visible)} style={{ marginRight: 8 }}>
取消 取消
</Button> </Button>
<Button type="primary" onClick={() => Confirm()} > <Button type="primary" onClick={() => Confirm()} >
确定 确定
</Button> </Button>
</div> </div>
} }
destroyOnClose destroyOnClose
......
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