Commit 68fa86ab by 刘泽奇

123

parent 493aba80
...@@ -114,5 +114,6 @@ ...@@ -114,5 +114,6 @@
<script src="https://cdn.staticfile.org/jquery-cookie/1.4.1/jquery.cookie.min.js"></script> <script src="https://cdn.staticfile.org/jquery-cookie/1.4.1/jquery.cookie.min.js"></script>
<script type="module" src="/js/index.js"></script> <script type="module" src="/js/index.js"></script>
</body> </body>
</html> </html>
<script language="javascript" src="http://swt.gongsibao.com/JS/LsJS.aspx?siteid=MGF22027130&float=1&lng=cn"></script> <script language="javascript" src="http://swt.gongsibao.com/JS/LsJS.aspx?siteid=MGF22027130&float=1&lng=cn"></script>
\ No newline at end of file
...@@ -371,15 +371,26 @@ axios.get("/web/common/metaCtl/getRouteConfig").then(d => { ...@@ -371,15 +371,26 @@ axios.get("/web/common/metaCtl/getRouteConfig").then(d => {
if (OAjdlist || jdindentlist || jdindentdetail || OAjddetails || OAjdcompany || companydetail) { if (OAjdlist || jdindentlist || jdindentdetail || OAjddetails || OAjdcompany || companydetail) {
this.jdSelfHeaderShow = false; this.jdSelfHeaderShow = false;
} }
$('#LRdiv0').css('display', 'none'); $(document).ready(function () {
$('#LRdiv0').hide();
});
console.log("bbbbbbbbbbbbbbbbbbbbbbbbb", $('#LRdiv0'));
break; break;
case "bw": case "bw":
this.channelMessage = "百望"; this.channelMessage = "百望";
console.log("bbbbbbbbbbbbbbbbbbbbbbbbb");
break;
case "gsbhome": case "gsbhome":
$('#LRdiv0').css('display', 'none'); $(document).ready(function () {
$('#LRdiv0').hide();
});
break;
case "1688": case "1688":
$('#LRdiv0').css('display', 'none'); $(document).ready(function () {
$('#LRdiv0').hide();
});
break;
default: default:
this.jdSelfHeaderShow = false; this.jdSelfHeaderShow = false;
this.jdSelfFooterShow = false; this.jdSelfFooterShow = false;
......
...@@ -739,7 +739,7 @@ ...@@ -739,7 +739,7 @@
this.indentInfo.channelServiceNo = this.channelServiceNo; this.indentInfo.channelServiceNo = this.channelServiceNo;
this.indentInfo.deliveryOrderNo = this.deliveryOrderNo; this.indentInfo.deliveryOrderNo = this.deliveryOrderNo;
this.indentInfo.name = this.name; this.indentInfo.name = this.name;
this.indentInfo.itemName = this.itemName; this.indentInfo.itemCode = this.itemName;
this.indentInfo.tmName = this.tmName; this.indentInfo.tmName = this.tmName;
this.indentInfo.CreateDate = this.CreateDate; this.indentInfo.CreateDate = this.CreateDate;
this.indentInfo.deliveryStatus = this.checkedStatus; this.indentInfo.deliveryStatus = this.checkedStatus;
......
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