Browse Source

备货申请操作列展示

master_hella_20240701
chenfang 11 months ago
parent
commit
bee600f547
  1. 2
      .env.development
  2. 11
      src/views/wms/deliversettlementManage/stockup/stockupMainRequest/stockupMainRequest.data.ts

2
.env.development

@ -4,7 +4,7 @@ NODE_ENV=development
VITE_DEV=false
# 请求路径
VITE_BASE_URL='http://localhost:12080'
VITE_BASE_URL='http://192.168.0.113:12080'
# 上传路径
VITE_UPLOAD_URL='http://localhost:12080/admin-api/infra/file/upload'

11
src/views/wms/deliversettlementManage/stockup/stockupMainRequest/stockupMainRequest.data.ts

@ -705,5 +705,16 @@ export const StockupDetailRequest = useCrudSchemas(reactive<CrudSchema[]>([
},
isTableForm: false,
},
{
label: '操作',
field: 'action',
isDetail: false,
isForm: false ,
table: {
width: 150,
fixed: 'right'
},
isTableForm:false,
}
]))

Loading…
Cancel
Save