Browse Source

盲盘需求变更

hella_online_20240829
bjang03 2 months ago
parent
commit
6fd433ef4d
  1. 2
      src/api/wms/countJobMain/index.ts
  2. 2
      src/views/wms/countManage/count/countJobMain/index.vue

2
src/api/wms/countJobMain/index.ts

@ -95,7 +95,7 @@ export const closeCountJobMain = (id: number) => {
// 完成盘点任务主
export const doneCountJobMain = (id: number) => {
//更换一下完成接口
return request.put({ url: '/wms/count-job-main/close?id=' + id })
return request.put({ url: '/wms/count-job-main/finish?id=' + id })
}
// 承接盘点任务主
export const acceptCountJobMain = (id: number) => {

2
src/views/wms/countManage/count/countJobMain/index.vue

@ -218,7 +218,7 @@ const butttondata = (row,$index) => {
{
label: '完成',
name: 'done',
hide: isShowMainButton(row,[]),
hide: isShowMainButton(row,['2']),
type: 'success',
color: '',
link: true, //

Loading…
Cancel
Save