gaoluyang
4 天以前 12b411cd617a1f8d4ef7d03b2d0677f23515ce2f
src/views/inventoryManagement/issueManagement/index.vue
@@ -97,7 +97,7 @@
            <el-table-column label="入库人" prop="createBy" width="80" show-overflow-tooltip />
           <el-table-column fixed="right" label="操作" min-width="60" align="center">
             <template #default="scope">
               <el-button link type="primary" size="small" @click="openForm(scope.row);">领用</el-button>
               <el-button link type="primary" size="small" @click="openForm(scope.row);" :disabled="!scope.row.inboundNum0">领用</el-button>
             </template>
           </el-table-column>
         </el-table>
@@ -162,7 +162,7 @@
            <el-table-column label="入库人" prop="createBy" width="150" show-overflow-tooltip />
            <el-table-column fixed="right" label="操作" width="100" align="center">
              <template #default="scope">
                <el-button link type="primary" size="small" @click="openForm(scope.row);">领用</el-button>
                <el-button link type="primary" size="small" @click="openForm(scope.row);" :disabled="!scope.row.inboundNum0">领用</el-button>
              </template>
            </el-table-column>
          </el-table>
@@ -298,7 +298,7 @@
  page.current = 1
  searchForm.value.supplierName = ''
  searchForm.value.customerName = ''
  searchForm.value.timeStr = ''
  searchForm.value.timeStr = getCurrentDate() // 重置为当前日期
  selectedRows.value = []
  searchForm.value.productCategory = ''
  getList()