add:新增单据强制确认
This commit is contained in:
@@ -27,14 +27,14 @@ export function edit(data) {
|
||||
export function getFormType() {
|
||||
return request({
|
||||
url: 'api/bmFormStruc/getTypes',
|
||||
method: 'get',
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
|
||||
export function getParentFormTypes() {
|
||||
return request({
|
||||
url: 'api/bmFormStruc/getParentFormTypes',
|
||||
method: 'get',
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
|
||||
@@ -46,11 +46,10 @@ export function finishFormData(data) {
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
export function getSonFormData(id) {
|
||||
return request({
|
||||
url: 'api/pmFormData/getSonFormData/' + id,
|
||||
method: 'get',
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
@@ -213,12 +213,14 @@
|
||||
<el-select
|
||||
v-model="form.supp_code"
|
||||
placeholder="请选择"
|
||||
style="width: 240px;">
|
||||
style="width: 240px;"
|
||||
>
|
||||
<el-option
|
||||
v-for="item in supplist"
|
||||
:key="item.supp_code"
|
||||
:label="item.supp_name"
|
||||
:value="item.supp_code">
|
||||
:value="item.supp_code"
|
||||
>
|
||||
<span style="float: left">{{ item.supp_name }}</span>
|
||||
<span style="float: right; color: #8492a6; font-size: 13px">{{ item.supp_code }}</span>
|
||||
</el-option>
|
||||
@@ -478,8 +480,7 @@ export default {
|
||||
if (current !== null) {
|
||||
this.currentRow = current
|
||||
}
|
||||
}
|
||||
,
|
||||
},
|
||||
querytable() {
|
||||
this.onSelectAll()
|
||||
this.crud.toQuery()
|
||||
|
||||
Reference in New Issue
Block a user