代码提交

This commit is contained in:
jiang 2026-01-10 14:53:17 +08:00
parent 880fb425ca
commit b994094e08
5 changed files with 1977 additions and 1925 deletions

View File

@ -127,7 +127,7 @@
<el-cascader
clearable
v-model="queryParams.propertyUnitIds"
placeholder="请选择工序"
placeholder="请选择产权单位"
:options="propertyUnitList"
:props="{ label: 'label', value: 'id', children: 'children' }"
style="width: 100%"

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -26,7 +26,7 @@
<div>审批时间{{ getNodeRecord(node).approveTime }}</div>
</div>
<div v-else-if="node.nodeOrder === approvalInstance.currentNodeOrder">
<div>待审批人{{ node.name }}</div>
<div>待审批人{{node.name }}</div>
<div>状态待审批</div>
</div>
<div v-else>

View File

@ -46,7 +46,7 @@ export default {
},
methods: {
goBack() {
this.$router.push({ path: '/stockManagement/entryApply' }).then(() => {
this.$router.push({ path: '/stockManagement/inventoryAudit' }).then(() => {
this.$tab.closePage({ path: '/stockManagement/entryApply/apply' })
})
},