add:新增运转费、卸车费、其他费用

This commit is contained in:
2023-06-13 08:58:27 +08:00
parent 3b8564432e
commit 0e43cbaa71
9 changed files with 47 additions and 4 deletions

View File

@@ -79,6 +79,7 @@
>
<el-option
v-for="item in dict.ST_INV_IN_TYPE"
:disabled="item.value !== '0002'"
:key="item.value"
:label="item.label"
:value="item.value"