|
|
5212b98fc1
|
fix: add debug trace and robust UI unlocking to finish stocktake action
|
2026-03-13 11:11:34 +08:00 |
|
|
|
72d5a594cf
|
fix: add UI state transition and error handling for finish stocktake action
|
2026-03-13 11:01:22 +08:00 |
|
|
|
13c7357b6f
|
fix: resolve sqlalchemy f405 type casting error on stocktake query
|
2026-03-13 10:33:17 +08:00 |
|
|
|
f42f19f8e5
|
fix: support multiple copies printing natively in backend print service
|
2026-03-13 10:16:57 +08:00 |
|
|
|
7e23141870
|
refactor: redesign stocktake flow to require manual discrepancy audit and individual adjustments
|
2026-03-13 09:59:01 +08:00 |
|
|
|
df2fa4baf1
|
refactor: upgrade stocktake scanner to fullscreen and implement scan-input-resume loop
|
2026-03-13 08:47:53 +08:00 |
|
|
|
00ebffb9fd
|
修改盘库时候数量增加减少的按钮大小
|
2026-02-28 12:05:21 +08:00 |
|
|
|
4b29912f6f
|
feat: add borrowed quantity column and update stocktake export formulas
Co-authored-by: aider (openai/DeepSeek-V3.2-Thinking) <aider@aider.chat>
|
2026-02-28 11:55:19 +08:00 |
|
|
|
f79fb53b17
|
inventory-web/src/views/stock/stocktake/index.vue
```vue
<<<<<<< SEARCH
<el-button type="primary" size="large" class="action-btn-full" @click="startNewSession" :loading="btnLoading">
开始新盘点
</el-button>
=======
<el-button v-if="userStore.hasPermission('inventory_stocktake:operation')" type="primary" size="large" class="action-btn-full" @click="startNewSession" :loading="btnLoading">
开始新盘点
</el-button>
>>>>>>> REPLACE
```
inventory-web/src/views/stock/stocktake/index.vue
```vue
<<<<<<< SEARCH
<el-button
v-if="serverDraftCount > 0"
type="warning"
plain
size="large"
class="action-btn-full"
@click="resumeSession"
:loading="btnLoading"
>
继续上次盘点 <span class="sub-text">({{ serverDraftCount }}项)</span>
</el-button>
=======
<el-button
v-if="serverDraftCount > 0 && userStore.hasPermission('inventory_stocktake:operation')"
type="warning"
plain
size="large"
class="action-btn-full"
@click="resumeSession"
:loading="btnLoading"
>
继续上次盘点 <span class="sub-text">({{ serverDraftCount }}项)</span>
</el-button>
>>>>>>> REPLACE
```
Co-authored-by: aider (openai/DeepSeek-V3.2-Thinking) <aider@aider.chat>
|
2026-02-27 13:40:55 +08:00 |
|
|
|
38f0bbe41d
|
feat: add RBAC for inventory stocktake module
Co-authored-by: aider (openai/DeepSeek-V3.2-Thinking) <aider@aider.chat>
|
2026-02-27 13:36:10 +08:00 |
|
|
|
387c8973d6
|
盘库盲盘以及导出excel实现
|
2026-02-06 14:30:14 +08:00 |
|
|
|
489e62e55b
|
摄像头逻辑进行修改,更改分辨率进行快速的读取识别
|
2026-02-06 11:28:48 +08:00 |
|
|
|
e027ebd4a9
|
盘库操作初设计
|
2026-02-06 10:16:37 +08:00 |
|