剩余模块:生产退料

This commit is contained in:
2025-06-09 22:07:10 +08:00
parent 63a44af1d8
commit 03e22dd9f6
77 changed files with 2832 additions and 817 deletions

View File

@@ -1,7 +1,7 @@
<template>
<view class="app status-bar-gap">
<view class="page">
<l-header title="Split" sticky #right>
<l-header :title="t('home.wlbzcf')" sticky #right>
<view style="margin-right: 32rpx;">{{ t('receive.tj') }}</view>
</l-header>
<architecture ref="architectureRef" :dataType="t('home.scfl')" icon="scan" :placeholder="t('verify.tm')"
@@ -113,7 +113,8 @@
})
}
const scanConfirmFun = (e : any) => {
getReceiveBillScanData(e)
if(e != '') state.code = e
getReceiveBillScanData(state.code)
}
const toPrint = () => {
if(state.qty === 0){