647556386
2025-08-10 75e3bca44b111c167b9389e4e51b2ce577a9f9e0
吉安PDA/pages/stash/raworderboxing.vue
@@ -57,6 +57,7 @@
                              <view class="uni-note">鏁伴噺锛歿{item.quantity}}</view>
                              <view class="uni-note">鐢熶骇鏃ユ湡锛歿{item.productionDate}}</view>
                              <view class="uni-note">鏈夋晥鏈燂細{{item.effectiveDate}}</view>
                              <view class="uni-note">浜よ揣鍗曞彿锛歿{item.deliveryNote}}</view>
                           </view>
                        </view>
                     </template>
@@ -134,6 +135,7 @@
                              <view class="uni-note">鏁伴噺锛歿{item.quantity}}</view>
                              <view class="uni-note">鐢熶骇鏃ユ湡锛歿{item.productionDate}}</view>
                              <view class="uni-note">鏈夋晥鏈燂細{{item.effectiveDate}}</view>
                              <view class="uni-note">浜よ揣鍗曞彿锛歿{item.deliveryNote}}</view>
                           </view>
                        </view>
                     </template>
@@ -278,7 +280,7 @@
                     matSn = matSn.replace(/,SC.*/, '');
                  }
                  //鏌ヨmatSn鏄惁瀛樺湪瀛楃
                  if(matSn.indexOf("POHA")>0){
                  if(matSn.indexOf("PO")>0){
                     this.$u.post('/api/MaterielInfo/CodeAnalysis?serNum=' + matSn, {}).then((res) => {
                        this.Testcheck = false;
                        if (res.status) {
@@ -321,7 +323,7 @@
                  
                  var matSn = this.pkmaterSn;
                  
                  if(matSn.indexOf("POHA")>0){
                  if(matSn.indexOf("PO")>0){
                     this.$u.post('/api/MaterielInfo/CodeAnalysis?serNum=' + matSn, {}).then((res) => {
                        if (res.status) {
                           this.pksns.push(res.data.serialNumber);