Commit 34a04497 by 米嘉伟

质量检查

parent c1094762
...@@ -388,9 +388,14 @@ export default { ...@@ -388,9 +388,14 @@ export default {
inspectionFlag: null, // 检查结果选择 inspectionFlag: null, // 检查结果选择
codeDwCode: "", // 捺印单位 codeDwCode: "", // 捺印单位
type: "", // 倒计时排序 type: "", // 倒计时排序
userId: JSON.parse(localStorage.getItem("userInfo")).user.id, personLogicIds: ''
userGroupIds: JSON.parse(localStorage.getItem("userInfo")).groupIds
}; };
let personLogicIds = []
let arr = this.$store.state.ljk.targetOptions_ry
for (let i = 0; i < arr.length; i++) {
personLogicIds.push(arr[i].id)
}
reqParam.personLogicIds = personLogicIds.toString()
reqParam.page = this.currPage; reqParam.page = this.currPage;
reqParam.limit = this.currentPageSize; reqParam.limit = this.currentPageSize;
reqParam.barcode = this.formInline.barcode; reqParam.barcode = this.formInline.barcode;
...@@ -917,7 +922,7 @@ $tableHeight: var(--tableHeight, 33rem); ...@@ -917,7 +922,7 @@ $tableHeight: var(--tableHeight, 33rem);
height: 32px; height: 32px;
background: #055fe7; background: #055fe7;
border-radius: 4px; border-radius: 4px;
border:none; border: none;
color: #fff; color: #fff;
cursor: pointer; cursor: pointer;
span { span {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment