#
whycq
2024-03-16 15411efc8560eea5efa93475e795e640f50b1c64
pages/order/orderPutDown.vue
@@ -205,6 +205,7 @@
         // 搜索物料
         findMat() {
            let that = this
            var matnr =  that.matnr.split(";")
            if (matnr[1]) {
               that.order = matnr[0]
               that.matnr = matnr[1]
@@ -450,12 +451,12 @@
      display: flex;
      min-height: 80rpx;
      background-color: #FFF;
      margin: auto 20rpx;
      margin: 30rpx 20rpx;
      border-radius: 20rpx;
      box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
   }
   .list:first-child {
      margin-top: 410rpx;
      margin-top: 340rpx;
   }
   .list:last-child {
      margin-bottom: 120rpx;