xiaojiao
16 小时以前 557f02072fa311eefe3123aa44afebac22adc465
ÏîÄ¿´úÂë/PDA/pages/Inbound/InboundBoxing_New.vue
@@ -91,6 +91,14 @@
                  <u-input v-model="ProductDate" :border="true" :focus="prdateFocus" placeholder="生产日期" />
               </u-td>
            </u-tr>
            <u-tr>
               <u-td width="30%">产地</u-td>
               <u-td>
                  <xfl-select :key="PlaceoforiginKey" :list="PlaceoforiginArray" :initValue="PlaceoforiginValue" :clearable="false" @change="PlaceoforiginChange"
                     ref="StateSelect">
                  </xfl-select>
               </u-td>
            </u-tr>
         </u-table>
      </view>
      <view style="padding: 0rpx 0rpx;">
@@ -113,6 +121,9 @@
         return {
            stateKey: 0, // æ–°å¢žï¼šæŽ§åˆ¶ç»„件重建 ã€è½´æ‰¿ç±»åˆ«ã€‘
            stateInitValue: '请选择', // åˆå§‹å€¼ï¼ŒåŽç»­åŠ¨æ€ä¿®æ”¹ã€è½´æ‰¿ç±»åˆ«ã€‘
            PlaceoforiginKey: 0, // æ–°å¢žï¼šæŽ§åˆ¶ç»„件重建 ã€äº§åœ°ã€‘
            PlaceoforiginValue: '请选择', // åˆå§‹å€¼ï¼ŒåŽç»­åŠ¨æ€ä¿®æ”¹ã€äº§åœ°ã€‘
            
            bearingSelectKey: 0, // ä¿ç•™key作为双保险 ã€è½´æ‰¿åž‹å·ã€‘
            stateInitValueBearingModel:'请选择', //【轴承型号】
@@ -151,7 +162,15 @@
                  label: 'R1',
                  value: '检修'
               }],
            PlaceoforiginArray: [{
                  label: '国产',
                  value: '国产'
               },{
                  label: '进口',
                  value: '进口'
               }],
            Standard_value:'', // ç§°é‡æ ‡å‡†å€¼
            Placeoforigin:'', // äº§åœ°(国产/进口)
         } 
      },
      methods: {
@@ -178,6 +197,7 @@
               _this.Bearing_Category(temp_dict["轴承类别"])
               _this.BearingModel(temp_dict["轴承型号"])
               _this.Carmodel(temp_dict["车型"])
               _this.PlaceoforiginMethod(temp_dict["产地"])
            }
         },
         Bearing_Category (type_name){ 
@@ -199,6 +219,11 @@
            _this.bearingSelectKey += 1;
            _this.stateInitValueBearingModel = type_name;
            _this.materielType = type_name;
         },
         PlaceoforiginMethod(type_name){ // äº§åœ°
            _this.PlaceoforiginKey += 1;
            _this.PlaceoforiginValue = type_name;
            _this.Placeoforigin = type_name;
         },
         UserChange(value) {
         
@@ -290,6 +315,9 @@
         StateChange(value) { // é€‰æ‹©è½´æ‰¿ç±»åˆ«
            _this.NewOrOld = value.orignItem.label;
         },
         PlaceoforiginChange(value) { // é€‰æ‹©äº§åœ°(国产/进口)
            _this.Placeoforigin = value.orignItem.label;
         },
         setTimer() {
            if (this.timer == null) {
               this.timer = setInterval(() => {
@@ -323,6 +351,7 @@
                  LotNumber: _this.LotNumber,
                  ProductDate: _this.ProductDate,
                  Standard_value: _this.Standard_value,
                  Placeoforigin: _this.Placeoforigin,
               },
            };
            console.log("最后提交的组盘信息",data)
@@ -367,6 +396,7 @@
                           LotNumber: _this.LotNumber,
                           ProductDate: _this.ProductDate,
                           Standard_value: _this.Standard_value,
                           Placeoforigin: _this.Placeoforigin,
                        },
                     };
                     console.log("最后提交的组盘信息",data)