diff --git a/sgzb-ui/src/App.vue b/sgzb-ui/src/App.vue index ab9ab38f..320c2606 100644 --- a/sgzb-ui/src/App.vue +++ b/sgzb-ui/src/App.vue @@ -2,16 +2,19 @@
+ +
diff --git a/sgzb-ui/src/components/Notice/index.vue b/sgzb-ui/src/components/Notice/index.vue new file mode 100644 index 00000000..9b93e9ef --- /dev/null +++ b/sgzb-ui/src/components/Notice/index.vue @@ -0,0 +1,83 @@ + + + + + \ No newline at end of file diff --git a/sgzb-ui/src/views/claimAndreturn/picking/apply/component/AddPicking.vue b/sgzb-ui/src/views/claimAndreturn/picking/apply/component/AddPicking.vue index 85f9c5cb..656b0c65 100644 --- a/sgzb-ui/src/views/claimAndreturn/picking/apply/component/AddPicking.vue +++ b/sgzb-ui/src/views/claimAndreturn/picking/apply/component/AddPicking.vue @@ -70,7 +70,7 @@ - + e.companyId == val, ) - // const res = await getCompleteSetToolsApi({ - // companyId: val, - // pageNum: 1, - // pageSize: 9999, - // }) - // this.completeSetList = res.rows + const res = await getCompleteSetToolsApi({ + companyId: val, + pageNum: 1, + pageSize: 9999, + }) + this.completeSetList = res.rows }, // 成套设备下拉框选择 diff --git a/sgzb-ui/src/views/warehouseManage/warehousing/newTools/index.vue b/sgzb-ui/src/views/warehouseManage/warehousing/newTools/index.vue index 050c8274..9ccc1f82 100644 --- a/sgzb-ui/src/views/warehouseManage/warehousing/newTools/index.vue +++ b/sgzb-ui/src/views/warehouseManage/warehousing/newTools/index.vue @@ -607,9 +607,9 @@ export default { dictName: undefined, dictType: undefined, status: undefined, - keyWord: '', + keyWord: '', typeId: '', - flag: 0, + // flag: 0, }, query: { pageNum: 1, @@ -658,8 +658,8 @@ export default { getList() { this.loading = true getPutInList(this.queryParams).then((response) => { - this.tableList = response.data.rows - this.total = response.data.total + this.tableList = response.rows + this.total = response.total this.loading = false }) },