Commit f74fbff0 authored by renjintao's avatar renjintao

detailAccessory

parent 116770f9
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
</div> </div>
</Content> </Content>
<Sider hide-trigger style="background:#fff;color:black;" width="300"> <Sider hide-trigger style="background:#fff;color:black;" width="300">
<Collapse value="1" class="mt20" style="position:fixed;width:260px"> <Collapse value="1" class="mt20 ml20" style="position:fixed;width:260px">
<Panel name="1"> <Panel name="1">
申请记录 申请记录
<div slot="content" class="pl30 pb10 lh25"> <div slot="content" class="pl30 pb10 lh25">
......
...@@ -183,7 +183,7 @@ export default { ...@@ -183,7 +183,7 @@ export default {
}, },
{ {
key: "outStockNumber", key: "outStockNumber",
title: this.l("routingDetailNo"), title: this.l("outStockNumber"),
align: "right", align: "right",
width: 120, width: 120,
}, },
...@@ -466,7 +466,7 @@ export default { ...@@ -466,7 +466,7 @@ export default {
}, },
items: temItems, items: temItems,
}; };
// alert(JSON.stringify(parms)); //alert(JSON.stringify(parms));
Api.supportmainCreate(parms).then((res) => { Api.supportmainCreate(parms).then((res) => {
if (res.success) { if (res.success) {
......
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