Browse Source

Merge branch 'feature_20250311_物料任务设置最大值' into uat(dev)

zhujindu 9 months ago
parent
commit
39559693c3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/deviceWithin/addStoreVisit.vue

+ 1 - 1
src/views/deviceWithin/addStoreVisit.vue

@@ -72,7 +72,7 @@
             ><van-field
               v-model="scope.row.value"
               placeholder="请输入"
-              type="number"
+              type="digit"
               @blur="inputbluwl(scope.row.value, scope.$index, '2')"
           /></template>
         </el-table-column>