Commit db032543 authored by 吴春's avatar 吴春

1

parent 6259d74b
...@@ -3298,6 +3298,7 @@ ...@@ -3298,6 +3298,7 @@
<!-- 修改备注 --> <!-- 修改备注 -->
<div class="productQuerybottomLayer ownScrollbarStyle" v-show="isShowLayerRemarks" <div class="productQuerybottomLayer ownScrollbarStyle" v-show="isShowLayerRemarks"
style="height:150px;min-height:150px"> style="height:150px;min-height:150px">
<orderRemark v-if="isShowLayerRemarks" :remarksMsg="remarksMsg" @close="closeDialog" @success="refreshPage"> <orderRemark v-if="isShowLayerRemarks" :remarksMsg="remarksMsg" @close="closeDialog" @success="refreshPage">
</orderRemark> </orderRemark>
</div> </div>
...@@ -4852,6 +4853,7 @@ ...@@ -4852,6 +4853,7 @@
this.remarksMsg.UnionRemark = obj.unionRemark; this.remarksMsg.UnionRemark = obj.unionRemark;
this.remarksMsg.IsIntermodal = obj.isIntermodal; this.remarksMsg.IsIntermodal = obj.isIntermodal;
this.remarksMsg.TeamType = obj.teamType; this.remarksMsg.TeamType = obj.teamType;
this.remarksMsg.isOrder = obj.isOrder;
this.isShowLayerRemarks = true; this.isShowLayerRemarks = true;
} }
}, },
......
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