#
zjj
2 天以前 46372985a6049a50a1c666fb264d07caf28fe89f
pages/order/orderPakin2.vue
@@ -175,8 +175,7 @@
         let that = this
         const eventChannel = this.getOpenerEventChannel();
         
         eventChannel.on('orderItem', function(data) {
            console.log(data.item)
         eventChannel.on('orderItem', function(data) {
            that.orderNo = data.item.orderNo
            that.checkMat(data.item)
         });
@@ -322,6 +321,7 @@
         },
         checkMat(mat) {
            mat.review = "未复核"
            mat.anfme = mat.enableQty
            var len = this.dataList.length
            var add = true ,sameItem = false
            for (var i = 0; i < len; i++) {
@@ -557,4 +557,10 @@
      text-align: center;
      box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
   }
   .list:first-child {
      margin-top: 420rpx;
   }
   .list:last-child {
      margin-bottom: 120rpx;
   }
</style>