将coilId的存储模式改成string
This commit is contained in:
@@ -649,7 +649,7 @@ export default {
|
||||
font-size: 28rpx;
|
||||
color: #333;
|
||||
font-weight: 500;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -208,12 +208,12 @@
|
||||
</template>
|
||||
|
||||
<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 { listWarehouse } from '@/api/wms/warehouse.js'
|
||||
import { getRawMaterial } from '@/api/wms/rawMaterial.js'
|
||||
|
||||
export default {
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
form: {
|
||||
@@ -546,7 +546,7 @@ export default {
|
||||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped lang="scss">
|
||||
@@ -1095,5 +1095,5 @@ export default {
|
||||
font-size: 28rpx;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -40,7 +40,7 @@ export default {
|
||||
remark: '',
|
||||
currentTab: 'typing',
|
||||
tabs: [
|
||||
{ label: '录入', value: 'typing' },
|
||||
{ label: '更新', value: 'typing' },
|
||||
{ label: '分卷', value: 'apart' },
|
||||
{ label: '合卷', value: 'merge' },
|
||||
{ label: '追溯', value: 'trace' }
|
||||
|
||||
Reference in New Issue
Block a user