Commit 34a04497 by 米嘉伟

质量检查

parent c1094762
......@@ -388,9 +388,14 @@ export default {
inspectionFlag: null, // 检查结果选择
codeDwCode: "", // 捺印单位
type: "", // 倒计时排序
userId: JSON.parse(localStorage.getItem("userInfo")).user.id,
userGroupIds: JSON.parse(localStorage.getItem("userInfo")).groupIds
personLogicIds: ''
};
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.limit = this.currentPageSize;
reqParam.barcode = this.formInline.barcode;
......@@ -917,7 +922,7 @@ $tableHeight: var(--tableHeight, 33rem);
height: 32px;
background: #055fe7;
border-radius: 4px;
border:none;
border: none;
color: #fff;
cursor: pointer;
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