diff --git a/src/views/oms/emisWaybill/OrderDetailReadOnly.vue b/src/views/oms/emisWaybill/OrderDetailReadOnly.vue index dbbac6d..f814414 100644 --- a/src/views/oms/emisWaybill/OrderDetailReadOnly.vue +++ b/src/views/oms/emisWaybill/OrderDetailReadOnly.vue @@ -312,6 +312,122 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{ form.orderRemark }} {{ form.remark }} diff --git a/src/views/oms/emisWaybill/OrderRecord.vue b/src/views/oms/emisWaybill/OrderRecord.vue index 25471ba..f4dbd4f 100644 --- a/src/views/oms/emisWaybill/OrderRecord.vue +++ b/src/views/oms/emisWaybill/OrderRecord.vue @@ -696,12 +696,6 @@ - @@ -712,9 +706,46 @@ -
- -
+ + + + + + + + + + + + + +
@@ -726,15 +757,14 @@ - - -
- 请带纸箱 - 需要爬楼 - 来前电话 -
- -
+ +
+ 请带纸箱 + 需要爬楼 + 来前电话 +
+ +
@@ -1054,54 +1084,10 @@ computed: { watch: { "$route": { handler (newValue, oldValue) { - - console.log("===>routeParams==>",this.$route.query.routeParams); - /* - // 选择产品后报价 - if(this.$route.query.action=="preOrderByProd"){ - this.reset(); - this.initData(); - - let routeParams=this.$route.query.routeParams; - let postForm=JSON.parse(routeParams); - - console.log("===>postForm==>",postForm); - - this.form.transLine=postForm.transLine; - this.form.billWeight=postForm.billWeight; - this.form.totalVolume=postForm.totalVolume; - this.form.productType=postForm.productType; - this.form.reciever.country=postForm.reciever.country; - this.form.productTypeSelArr=[this.form.transLine,this.form.productType]; - - } - - else if(this.$route.query.action=="modify"){ - this.action=this.$route.query.action; - this.billCode=this.$route.query.billCode; - this.initData(); - } - - - else if(this.$route.query.action=="add"){ - this.action=this.$route.query.action; - this.billCode=null; - this.initData(); - } - */ - }, deep: true }, }, -// beforeRouteEnter:(to,from,next) => { -// if(to.query.action=="modify") { -// to.meta.title = '修改' -// }else if(to.query.type == 'copyOrder') { -// to.meta.title = '再来一单' -// } -// next() -// }, created() { if(this.$route.query.action=="copyOrder"){ this.action=this.$route.query.action;