master
吴普建 12 months ago
parent fd2ed07887
commit 10f657d3ff

@ -138,7 +138,7 @@ export let option = {
],
series: [
{
name: '拉丝投料数量',
name: '拉丝',
type: 'bar',
barWidth: 12,
itemStyle: {

@ -331,6 +331,7 @@ const columns: Ref<DataTableColumns<wms.recptLineRawType.columns>> = ref([
key: 'quantitySaved',
width: 180,
render: row => {
row.quantitySaved = row.quantityRecived;
return (
<div class="flex-center">
<sapn class="color-red mr-5px">*</sapn>
@ -710,5 +711,6 @@ async function init() {
//
// getDeptTree();
}
init();
</script>

Loading…
Cancel
Save