Browse Source

1.库存-库存库位信息-已备货出库单查询显示修改

HuKang 2 years ago
parent
commit
41de1fc1fa
1 changed files with 2 additions and 2 deletions
  1. 2 2
      ruoyi-ui/src/views/ams/inv/invLotLocId/index.vue

+ 2 - 2
ruoyi-ui/src/views/ams/inv/invLotLocId/index.vue

@@ -57,10 +57,10 @@
           @keyup.enter.native="handleQuery"
         />
       </el-form-item>
-      <el-form-item label="出库单号" prop="lotatt14">
+      <el-form-item label="已备货出库单号" prop="lotatt14">
         <el-input
           v-model="queryParams.lotatt14"
-          placeholder="请输入出库单号"
+          placeholder="请输入已备货出库单号"
           clearable
           size="small"
           @keyup.enter.native="handleQuery"