小小儁爺
2025-08-01 d07500fef337fc0366d5c51723ddb3ba2071f33d
pages/mjgl/wxyz.vue
@@ -235,7 +235,6 @@
                                 </view>
                              </view>
                              <u-gap height="16" bgColor="#eff0f1" style="width: 106%;margin-left: -3%;">
                              </u-gap>
                           </view>
@@ -244,13 +243,16 @@
                  </view>
               </view>
            </view>
         </view>
         <view class="footer" style="min-height:62rpx;">
            <u-button size="large" :loading="isDisabledSubmitButton" loadingText="正在提交,请稍等..." type="primary"
               @click="submit" text="确认提交">
               <!-- :disabled="topContent.length>0? topContent.find(i=>i.repair_code===radioValue).resultValue==='':true" -->
               @click="submit" text="确认提交"
               :disabled="topContent.length>0? topContent.find(i=>i.mouldcode===radioValue).resultValue==='':true">
            </u-button>
         </view>
@@ -312,7 +314,8 @@
         return {
            topRightMessageCount: 0,
            isDisabledSubmitButton: false,
            baseUrl: 'http://121.196.36.24:8021/',
            // baseUrl: 'http://121.196.36.24:8021/', //本地
            baseUrl: 'http://122.227.18.22:8000/', //巨立防护
            topContent: [], //扫描保养工位所带出来的内容
            radioValue: '', //单选框的值
            scanContent: '', //扫描扫出来的值
@@ -514,7 +517,7 @@
               repairwo: result.repair_code,
               mouldcode: this.radioValue,
               result: result.resultValue,
               surp_life: this.surp_life
               surp_life: this.surp_life === '' ? 0 : this.surp_life
            }
            console.log(JSON.stringify(data));