#
whycq
2023-10-05 aa32c73e1595140d99202fd1d732fc3f4f680b79
pages/tzsk/pakin/pakin.vue
@@ -300,7 +300,7 @@
                     that.matnr = ''
                     that.matData['batch'] = ''
                     uni.navigateTo({
                        url: "../mat/matSelected",
                        url: "../../mat/matSelected",
                        // 通过eventChannel向被打开页面传送数据
                        success: function(res) {
                           res.eventChannel.emit('mat', {
@@ -341,7 +341,7 @@
         selectMat() {
            let that = this
            uni.navigateTo({
               url: "../mat/matQuery",
               url: "../../mat/matQuery",
               success: function(res) {
                  // 通过eventChannel向被打开页面传送数据   向另外一个页面传递值的
                  res.eventChannel.emit('commonUrl', {
@@ -466,6 +466,8 @@
                  return;
               }
            }
            // console.log(that.dataList);
            // return
            uni.request({
               url: that.baseUrl + '/mobile/comb/auth',
               data: JSON.stringify({
@@ -531,6 +533,9 @@
<style>
   @import url('../../../static/css/wms.css/wms.css');
   .list:first-child {
      margin-top: 360rpx;
   }
   .code {
      width: 100%;
      position: fixed;