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

@@ -78,6 +78,7 @@
>
<el-option
v-for="item in dict.ST_INV_OUT_TYPE"
:disabled="item.value !== '1001' && item.value !== '1009'"
:key="item.value"
:label="item.label"
:value="item.value"