将coilId的存储模式改成string

This commit is contained in:
2025-10-29 13:37:07 +08:00
parent fb1630aaba
commit 76c98b8ede
3 changed files with 80 additions and 80 deletions

View File

@@ -649,7 +649,7 @@ export default {
font-size: 28rpx; font-size: 28rpx;
color: #333; color: #333;
font-weight: 500; font-weight: 500;
} }
} }
} }

View File

@@ -208,12 +208,12 @@
</template> </template>
<script> <script>
import { getGenerateRecord } from '@/api/wms/code.js' import { getGenerateRecord } from '@/api/wms/code.js'
import { updateMaterialCoil, getMaterialCoil, getMaterialCoilTrace } from '@/api/wms/coil.js' import { updateMaterialCoil, getMaterialCoil, getMaterialCoilTrace } from '@/api/wms/coil.js'
import { listWarehouse } from '@/api/wms/warehouse.js' import { listWarehouse } from '@/api/wms/warehouse.js'
import { getRawMaterial } from '@/api/wms/rawMaterial.js' import { getRawMaterial } from '@/api/wms/rawMaterial.js'
export default { export default {
data() { data() {
return { return {
form: { form: {
@@ -546,7 +546,7 @@ export default {
}); });
} }
} }
} }
</script> </script>
<style scoped lang="scss"> <style scoped lang="scss">
@@ -1095,5 +1095,5 @@ export default {
font-size: 28rpx; font-size: 28rpx;
} }
} }
} }
</style> </style>

View File

@@ -40,7 +40,7 @@ export default {
remark: '', remark: '',
currentTab: 'typing', currentTab: 'typing',
tabs: [ tabs: [
{ label: '录入', value: 'typing' }, { label: '更新', value: 'typing' },
{ label: '分卷', value: 'apart' }, { label: '分卷', value: 'apart' },
{ label: '合卷', value: 'merge' }, { label: '合卷', value: 'merge' },
{ label: '追溯', value: 'trace' } { label: '追溯', value: 'trace' }