代码提交
This commit is contained in:
parent
880fb425ca
commit
b994094e08
|
|
@ -127,7 +127,7 @@
|
||||||
<el-cascader
|
<el-cascader
|
||||||
clearable
|
clearable
|
||||||
v-model="queryParams.propertyUnitIds"
|
v-model="queryParams.propertyUnitIds"
|
||||||
placeholder="请选择工序"
|
placeholder="请选择产权单位"
|
||||||
:options="propertyUnitList"
|
:options="propertyUnitList"
|
||||||
:props="{ label: 'label', value: 'id', children: 'children' }"
|
:props="{ label: 'label', value: 'id', children: 'children' }"
|
||||||
style="width: 100%"
|
style="width: 100%"
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
|
@ -26,7 +26,7 @@
|
||||||
<div>审批时间:{{ getNodeRecord(node).approveTime }}</div>
|
<div>审批时间:{{ getNodeRecord(node).approveTime }}</div>
|
||||||
</div>
|
</div>
|
||||||
<div v-else-if="node.nodeOrder === approvalInstance.currentNodeOrder">
|
<div v-else-if="node.nodeOrder === approvalInstance.currentNodeOrder">
|
||||||
<div>待审批人:{{ node.name }}</div>
|
<div>待审批人:{{node.name }}</div>
|
||||||
<div>状态:待审批</div>
|
<div>状态:待审批</div>
|
||||||
</div>
|
</div>
|
||||||
<div v-else>
|
<div v-else>
|
||||||
|
|
|
||||||
|
|
@ -46,7 +46,7 @@ export default {
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
goBack() {
|
goBack() {
|
||||||
this.$router.push({ path: '/stockManagement/entryApply' }).then(() => {
|
this.$router.push({ path: '/stockManagement/inventoryAudit' }).then(() => {
|
||||||
this.$tab.closePage({ path: '/stockManagement/entryApply/apply' })
|
this.$tab.closePage({ path: '/stockManagement/entryApply/apply' })
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue