|
|
b5b0677b01
|
feat: align service inbound material search with buy/semi
Co-authored-by: aider (openai/DeepSeek-V3.2-Thinking) <aider@aider.chat>
|
2026-02-10 15:16:03 +08:00 |
|
|
|
8d00e6783c
|
feat: add provider autocomplete to service form
Co-authored-by: aider (openai/DeepSeek-V3.2-Thinking) <aider@aider.chat>
|
2026-02-10 15:10:55 +08:00 |
|
|
|
695c78090a
|
refactor: remove localStorage usage for column visibility and history
Co-authored-by: aider (openai/DeepSeek-V3.2-Thinking) <aider@aider.chat>
|
2026-02-10 15:03:52 +08:00 |
|
|
|
af1a95017b
|
选择基础信息内容修改
|
2026-02-10 15:00:57 +08:00 |
|
|
|
8cae6ee7f6
|
refactor: remove local history caching and add API suggestions
Co-authored-by: aider (openai/DeepSeek-V3.2-Thinking) <aider@aider.chat>
|
2026-02-10 14:38:15 +08:00 |
|
|
|
2d0593078b
|
修改拍照的大小以及增加放大缩小编辑等功能
|
2026-02-10 09:59:32 +08:00 |
|
|
|
a0ed92319c
|
修改拍照上传逻辑,避免平板不可以调用照相机
|
2026-02-10 09:27:52 +08:00 |
|
|
|
d4b23790a1
|
fix: only close camera dialog on successful upload
Co-authored-by: aider (openai/DeepSeek-V3.2-Thinking) <aider@aider.chat>
|
2026-02-09 17:15:50 +08:00 |
|
|
|
aee0fc4380
|
inventory-web/src/views/stock/inbound/buy.vue
```python
<<<<<<< SEARCH
const cameraInputRef = ref<HTMLInputElement | null>(null)
const currentCameraField = ref<'arrival_photo' | 'inspection_report'>('arrival_photo')
=======
const cameraDialogVisible = ref(false)
const cameraRef = ref<InstanceType<typeof WebRtcCamera> | null>(null)
const currentCameraField = ref<'arrival_photo' | 'inspection_report'>('arrival_photo')
>>>>>>> REPLACE
```
inventory-web/src/views/stock/inbound/buy.vue
```python
<<<<<<< SEARCH
const triggerCamera = (field: 'arrival_photo' | 'inspection_report') => { currentCameraField.value = field; if (cameraInputRef.value) cameraInputRef.value.click() }
=======
const triggerCamera = (field: 'arrival_photo' | 'inspection_report') => {
currentCameraField.value = field;
cameraDialogVisible.value = true;
}
>>>>>>> REPLACE
```
Co-authored-by: aider (openai/DeepSeek-V3.2-Thinking) <aider@aider.chat>
|
2026-02-09 17:02:02 +08:00 |
|
|
|
107c311391
|
feat: add WebRTC camera component for in-app photo capture
Co-authored-by: aider (openai/DeepSeek-V3.2-Thinking) <aider@aider.chat>
|
2026-02-09 16:57:47 +08:00 |
|
|
|
70f75cc72b
|
(no commit message provided)
Co-authored-by: aider (openai/DeepSeek-V3.2-Thinking) <aider@aider.chat>
|
2026-02-09 12:19:56 +08:00 |
|
|
|
94d3149bd9
|
(no commit message provided)
Co-authored-by: aider (openai/DeepSeek-V3.2-Thinking) <aider@aider.chat>
|
2026-02-09 12:15:00 +08:00 |
|
|
|
6131b474a1
|
(no commit message provided)
Co-authored-by: aider (openai/DeepSeek-V3.2-Thinking) <aider@aider.chat>
|
2026-02-09 12:11:01 +08:00 |
|
|
|
89a29f0b65
|
(no commit message provided)
Co-authored-by: aider (openai/DeepSeek-V3.2-Thinking) <aider@aider.chat>
|
2026-02-09 11:29:37 +08:00 |
|
|
|
04ee938cd1
|
借库逻辑实现
|
2026-02-06 17:11:47 +08:00 |
|
|
|
374c4932f0
|
修改semi页面的弹窗滚动条的适配内容
|
2026-02-05 15:09:37 +08:00 |
|
|
|
cad5fd696c
|
修正新增入库时3个组件的名称筛选逻辑
|
2026-02-05 15:04:06 +08:00 |
|
|
|
0bc47d306d
|
增加入库记录页面,同时修正三组入库的时间问题
|
2026-02-05 14:30:11 +08:00 |
|
|
|
10e53cab23
|
修改半成品与成品出入库相关联逻辑
|
2026-02-05 13:17:39 +08:00 |
|
|
|
aa40d4a6da
|
成品入库与出库相关联
|
2026-02-05 11:58:35 +08:00 |
|
|
|
bf8cf37ff9
|
半成品入库与出库相关联
|
2026-02-05 11:51:25 +08:00 |
|
|
|
1e5627dc0a
|
修改采购件入库逻辑
|
2026-02-05 11:37:06 +08:00 |
|
|
|
3257973820
|
成品图像上传初实现,支持多图,检测报告的图片以及链接上传
|
2026-02-03 13:20:17 +08:00 |
|
|
|
d084bd29dd
|
半成品图像上传初实现,支持多图,检测报告的图片以及链接上传
|
2026-02-03 13:06:18 +08:00 |
|
|
|
ba3085c1f2
|
采购件图像上传初实现,支持多图,检测报告的图片以及链接上传
|
2026-02-03 11:55:33 +08:00 |
|
|
|
7fa40115d9
|
采购件图像上传初实现
|
2026-02-03 11:16:12 +08:00 |
|
|
|
efcd2d923c
|
对于成品的条形码进行功能实现
|
2026-02-03 09:17:28 +08:00 |
|
|
|
98450d73f1
|
对于半成品的条形码进行更改
|
2026-02-03 09:01:03 +08:00 |
|
|
|
11a4e5f48a
|
针对于条形码生成进行修改
|
2026-02-02 16:43:35 +08:00 |
|
|
|
cf6a4a8957
|
添加条形码内容
|
2026-02-02 15:06:20 +08:00 |
|
|
|
a1133aac94
|
三个基础入库页面修改新增弹窗内容展示,下拉框以及弹窗屏幕大小自适应性
|
2026-01-30 12:58:19 +08:00 |
|
|
|
30181fd21b
|
维护三个基础物件入库时候与数据库不匹配问题
|
2026-01-30 11:50:35 +08:00 |
|
|
|
482c5a2cb2
|
修改基础信息启用停用内容,进行修复
|
2026-01-30 11:21:10 +08:00 |
|
|
|
06ba2d7563
|
采购件,半成品,产品页面初步完成
|
2026-01-29 09:27:56 +08:00 |
|
|
|
b0df5c7458
|
添加半成品页面进行数据
|
2026-01-28 17:44:39 +08:00 |
|
|
|
6f4917f57e
|
针对于采购页面进行优化逻辑
|
2026-01-28 11:49:59 +08:00 |
|
|
|
7a78975ce7
|
采购件管理修改页面文字大小以及调整文字栏间距
|
2026-01-27 16:43:44 +08:00 |
|
|
|
3afea217b7
|
物料-采购件入库页面功能实现
|
2026-01-27 15:50:23 +08:00 |
|