检查登录状态...

授权已到期

授权到期,请联系技术人员进行续费

系统功能已暂停,续费后自动恢复

{{ userInfo.name || userInfo.nickname }}
{{ userInfo.address || userInfo.tel }}
剩余授权不足30天,请及时续费
授权已过期 {{ Math.abs(programRemainingDays) }} 天,部分功能受限
入库
出库
入库记录
出库记录
供应商
废弃物回收
客户退货
客户退货列表
采购退货
采购退货列表
当前库存(按批次) {{ inventoryList.length }}批
加载中...
暂无库存
农药登记证号{{ item.registration_no }}
药品名称{{ item.drug_name }}
生产日期{{ item.production_date || '--' }}
规格剂型{{ item.specification || '--' }}
数量{{ item.quantity || 0 }} {{ item.unit || '盒/瓶' }}
进货单价{{ Number(item.purchase_price || 0).toFixed(2) }}
供应商{{ item.supplier_name || '--' }}
入库时间{{ formatTime(item.in_time) }}

药品入库

扫码后自动填充药品信息,如缺少登记证号可手动输入
选择供应商
暂无供应商,请先新增
{{ supplier.company_name }}
{{ supplier.contact_name }} | {{ supplier.contact_phone }}

药品出库

扫码出库 {{ outboundPendingList.length }} 待出库
扫码后选择批次,药品将暂存列表,统一提交
{{ item.drug_name || '未知药品' }} {{ item.registration_no }}
生产: {{ item.production_date || '--' }} {{ item.specification || '--' }} 数量: {{ item.quantity }} {{ item.unit || '' }} {{ item.trace_code }} 供应商:{{ item.supplier_name || '--' }} 进价:{{ Number(item.purchase_price || 0).toFixed(2) }} 售价: {{ Number(item.sale_price || 0).toFixed(2) }} 总价: {{ Number(item.total_price || 0).toFixed(2) }}
{{ outboundPendingList.length }} 种药品 总数量: {{ totalPendingQuantity }} 总金额: {{ totalOutboundAmount.toFixed(2) }}
暂无待出库药品,请扫码添加

采购退货

扫码退货(退回供应商) {{ purchaseReturnPendingList.length }} 待退
扫码后选择批次,输入退货数量,暂存后统一提交
{{ item.drug_name || '未知药品' }} {{ item.registration_no }}
生产: {{ item.production_date || '--' }} {{ item.specification || '--' }} 退货数量: {{ item.quantity }} {{ item.unit || '' }} 供应商:{{ item.supplier_name || '--' }} 进价:{{ Number(item.purchase_price || 0).toFixed(2) }} {{ item.trace_code }}
{{ purchaseReturnPendingList.length }} 种药品 总数量: {{ totalPurchaseReturnQuantity }}
暂无退货药品,请扫码添加

采购退货记录

筛选条件
加载中...
暂无采购退货记录
退货时间{{ formatTime(item.return_time) }}
供应商{{ item.supplier_name || '--' }}
登记证号{{ item.registration_no }}
药品名称{{ item.drug_name }}
数量{{ item.quantity }} {{ item.unit || '' }}
进货单价{{ Number(item.purchase_price || 0).toFixed(2) }}
退货原因{{ item.reason || '--' }}

供应商管理

新增供应商
供应商列表 {{ supplierList.length }}家
加载中...
暂无供应商
企业名称{{ supplier.company_name }}
联系人{{ supplier.contact_name }}
联系电话{{ supplier.contact_phone }}

废弃物回收

回收记录 {{ wasteList.length }}条
加载中...
暂无回收记录
废弃物名称{{ item.waste_name }}
回收日期{{ item.recycle_date }}
回收人{{ item.recycle_person }}
处理方式{{ item.treatment_method || '--' }}
回收数量{{ item.recycle_quantity || '--' }}
处置单位{{ item.disposal_unit || '--' }}
处置结果{{ item.disposal_result || '--' }}

新增废弃物

入库记录

筛选条件
加载中...
暂无入库记录
农药登记证号{{ record.registration_no }}
药品名称{{ record.drug_name }}
数量{{ record.quantity }}
生产日期{{ record.production_date || '--' }}
进货单价{{ Number(record.purchase_price || 0).toFixed(2) }}
入库时间{{ formatTime(record.in_time) }}

出库记录

筛选条件
加载中...
暂无出库记录
出库单号{{ record.outbound_no || '--' }}
购买人{{ record.buyer_name }} ({{ record.buyer_phone }})
总数量{{ record.total_quantity }}
总金额{{ Number(record.total_amount || 0).toFixed(2) }}
出库时间{{ formatTime(record.out_time) }}
点击查看详情

出库详情

明细列表
加载中...
暂无明细
登记证号{{ item.registration_no }}
药品名称{{ item.drug_name }}
生产日期{{ item.production_date || '--' }}
规格{{ item.specification || '--' }}
数量{{ item.quantity }} {{ item.unit }}
销售单价{{ Number(item.sale_price || 0).toFixed(2) }}
总价{{ Number(item.total_price || 0).toFixed(2) }}
溯源码{{ item.trace_code }}

客户退货

扫码退货 {{ returnPendingList.length }} 待处理
扫码后将自动查询出库信息,确认后加入退货列表
{{ item.drug_name || '未知药品' }} {{ item.registration_no }}
生产: {{ item.production_date || '--' }} {{ item.specification || '--' }} 数量: {{ item.quantity }} {{ item.unit || '' }} {{ item.trace_code }} {{ item.buyer_name || '--' }} 销售单价: {{ Number(item.sale_price || 0).toFixed(2) }}
{{ returnPendingList.length }} 种药品 总数量: {{ totalReturnQuantity }}
暂无退货药品,请扫码添加

客户退货记录

筛选条件
加载中...
暂无客户退货记录
退货时间{{ formatTime(item.return_time) }}
出库单号{{ item.outbound_no || '--' }}
登记证号{{ item.registration_no }}
药品名称{{ item.drug_name }}
数量{{ item.quantity }} {{ item.unit || '' }}
购买人{{ item.buyer_name }} ({{ item.buyer_phone }})
溯源码{{ item.trace_code }}
查询药品流向
农药登记证号{{ traceResult.registration_no }}
药品名称{{ traceResult.drug_name }}
数量{{ traceResult.quantity || 1 }}
规格剂型{{ traceResult.specification || '--' }}
生产日期{{ traceResult.production_date || '--' }}
入库时间{{ formatTime(traceResult.in_time) }}

出库时间{{ formatTime(traceResult.out_info.out_time) }}
购买人{{ traceResult.out_info.buyer_name }} ({{ traceResult.out_info.buyer_phone }})
出库数量{{ traceResult.out_info.quantity || '--' }}
出库批次生产日期{{ traceResult.out_info.production_date || '--' }}
当前在库
未查询到该登记证号
{{ userInfo.nickname || '加载中...' }}
{{ userInfo.tel || '' }}
{{ programRemainingDays > 0 ? programRemainingDays : (programRemainingDays === 0 ? 0 : Math.abs(programRemainingDays)) }} {{ programRemainingDays > 0 ? '天' : (programRemainingDays === 0 ? '今日到期' : '过期') }}
剩余授权不足30天,请及时续费
授权已过期 {{ Math.abs(programRemainingDays) }} 天,部分功能受限
数据统计
{{ stats.inbound_count || 0 }}
入库批次
{{ stats.outbound_count || 0 }}
出库记录
{{ stats.inventory_count || 0 }}
在库药品
工商营业执照 {{ licenseStatus.business.statusText }}
企业名称{{ licenseStatus.business.data.company_name || '--' }}
信用代码{{ licenseStatus.business.data.credit_code || '--' }}
法定代表人{{ licenseStatus.business.data.legal_person || '--' }}
注册资本{{ licenseStatus.business.data.capital || '--' }}
住所{{ licenseStatus.business.data.address || '--' }}
经营范围{{ licenseStatus.business.data.business_scope || '--' }}
审核中,请等待
审核未通过
原因:{{ licenseStatus.business.reject_reason || '资料不符' }}
未认证,请上传营业执照信息
56学时培训 {{ licenseStatus.training.statusText }}
课程名称{{ licenseStatus.training.data.course_name || '--' }}
培训机构{{ licenseStatus.training.data.institution || '--' }}
培训时段{{ licenseStatus.training.data.training_period || '--' }}
完成学时{{ licenseStatus.training.data.completed_hours || '56' }}/56
证书编号{{ licenseStatus.training.data.cert_no || '--' }}
发证日期{{ licenseStatus.training.data.issue_date || '--' }}
培训状态 考核合格
培训证明审核中
认证不通过
原因:{{ licenseStatus.training.reject_reason || '材料不全' }}
未完成56学时认证,请上传培训证明
农业经营许可证 {{ licenseStatus.agri.statusText }}
许可证编号{{ licenseStatus.agri.data.license_no || '--' }}
经营范围{{ licenseStatus.agri.data.business_scope || '--' }}
发证机关{{ licenseStatus.agri.data.issuing_authority || '--' }}
有效期限{{ licenseStatus.agri.data.valid_from }} 至 {{ licenseStatus.agri.data.valid_to }}
剩余 {{ agriRemainingDays }} 天到期今日到期,请立即延续已过期 {{ Math.abs(agriRemainingDays) }} 天
许可证审核中
未通过
原因:{{ licenseStatus.agri.reject_reason || '信息有误' }}
未取得农业经营许可证,请提交认证
{{ confirmModalMessage }}

{{ batchModalPurpose === 'purchaseReturn' ? '选择退货批次' : '选择出库批次' }}

登记证号:{{ batchModalDrug.registration_no }}
药品名称:{{ batchModalDrug.drug_name || '--' }}
该药品暂无在库批次
生产日期:{{ batch.production_date || '未填写' }}
规格:{{ batch.specification || '--' }} | 单位:{{ batch.unit || '盒/瓶' }}
库存:{{ batch.quantity || 0 }} | 进价:{{ Number(batch.purchase_price || 0).toFixed(2) }} 元
供应商:{{ batch.supplier_name || '未指定' }}
{{ batch.quantity || 0 }} 可用
最大可退 {{ batchModalList[batchModalSelected].quantity }}
总价:{{ (outboundSalePrice * (batchModalList[batchModalSelected]?.quantity || 1)).toFixed(2) }}
缺少登记证号
该条码未绑定登记证号,请手动输入
缺少登记证号
该条码未绑定登记证号,请手动输入
缺少登记证号
该条码未绑定登记证号,请手动输入
{{ toastMessage }}