优化页面样式
This commit is contained in:
parent
cd4679b92c
commit
b57f5a4152
|
|
@ -175,6 +175,13 @@ export function backReceiveRecordWeb(data) {
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export function backReceiveRecordWebPt(data) {
|
||||||
|
return request({
|
||||||
|
url: 'base/backReceive/backReceiveRecordWebPt ',
|
||||||
|
method: 'post',
|
||||||
|
data: data
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
// 退料接收 数量接收
|
// 退料接收 数量接收
|
||||||
export function setNumBack(data) {
|
export function setNumBack(data) {
|
||||||
|
|
|
||||||
|
|
@ -246,9 +246,9 @@
|
||||||
width="1200px"
|
width="1200px"
|
||||||
append-to-body
|
append-to-body
|
||||||
>
|
>
|
||||||
<div style="margin-left: 40px; margin-bottom: 10px"
|
<!-- <div style="margin-left: 40px; margin-bottom: 10px"
|
||||||
>退料数量:{{ returnNum }}</div
|
>退料数量:{{ returnNum }}</div
|
||||||
>
|
> -->
|
||||||
<el-form
|
<el-form
|
||||||
:model="codeQuery"
|
:model="codeQuery"
|
||||||
ref="codeQuery"
|
ref="codeQuery"
|
||||||
|
|
@ -495,9 +495,9 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div v-else>
|
<div v-else>
|
||||||
<div style="margin-left: 40px; margin-bottom: 10px"
|
<!-- <div style="margin-left: 40px; margin-bottom: 10px"
|
||||||
>退料数量:{{ returnNum }}</div
|
>退料数量:{{ returnNum }}</div
|
||||||
>
|
> -->
|
||||||
<el-row :gutter="10" class="mb8" v-if="!dialogIsView">
|
<el-row :gutter="10" class="mb8" v-if="!dialogIsView">
|
||||||
<el-col :span="1.5">
|
<el-col :span="1.5">
|
||||||
<el-button
|
<el-button
|
||||||
|
|
|
||||||
|
|
@ -771,9 +771,11 @@ export default {
|
||||||
/** 查询用户列表--库管员,维修员 */
|
/** 查询用户列表--库管员,维修员 */
|
||||||
getUserList() {
|
getUserList() {
|
||||||
getMaUserList().then((response) => {
|
getMaUserList().then((response) => {
|
||||||
|
console.log(response, '库管员')
|
||||||
this.keeperList = response.data
|
this.keeperList = response.data
|
||||||
})
|
})
|
||||||
getUserByRoleList().then((response) => {
|
getUserByRoleList().then((response) => {
|
||||||
|
console.log(response, '维修员')
|
||||||
this.repairUserList = response.data
|
this.repairUserList = response.data
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue