bugfix 0706 物料配方 同步功能
This commit is contained in:
@@ -48,7 +48,7 @@ export default function () {
|
||||
width: 160,
|
||||
subcomponent: TableOperaionComponent,
|
||||
options: [
|
||||
{ name: "sync", label: "同步", icon: "refresh" },
|
||||
{ name: "sync", label: "同步", icon: "refresh", emitFull: true, showOverlay: true },
|
||||
{ name: "copy", label: "复制", icon: "copy-document" },
|
||||
{ name: "edit", label: "编辑", icon: "edit-outline" },
|
||||
{ name: "delete", icon: "delete", label: "删除", emitFull: true, permission: "pms:bom:delete" },
|
||||
@@ -215,7 +215,7 @@ export default function () {
|
||||
urls: {
|
||||
base: "/pms/bom",
|
||||
page: "/pms/bom/pageVersion",
|
||||
syncUrl: "/pms/trans/bomSync",
|
||||
syncSingleUrl: "/pms/trans/bomSync",
|
||||
copyUrl: "/pms/bom/copy",
|
||||
subase: "/pms/bomMaterial",
|
||||
subpage: "/pms/bomMaterial/page",
|
||||
|
||||
Reference in New Issue
Block a user