|
@@ -28,20 +28,19 @@
|
|
|
text: '批量修改包材',
|
|
|
action: () => batchPackagingModification(),
|
|
|
},
|
|
|
-
|
|
|
props.selectStatus
|
|
|
? {}
|
|
|
: {
|
|
|
text: '手动同步SKU',
|
|
|
action: () => clickSynchronization(),
|
|
|
},
|
|
|
-
|
|
|
props.selectStatus
|
|
|
? {}
|
|
|
: {
|
|
|
text: '导入SKU',
|
|
|
action: () => clickImport(),
|
|
|
- }, // {
|
|
|
+ },
|
|
|
+ // {
|
|
|
// text: '操作日志',
|
|
|
// action: () => viewLogs(),
|
|
|
// },
|
|
@@ -422,7 +421,6 @@ const clickPackagingModificationCancel = (status) => {
|
|
|
getList();
|
|
|
}
|
|
|
};
|
|
|
-
|
|
|
const clickSynchronization = () => {
|
|
|
loading.value = true;
|
|
|
proxy.post("/orderHandle/syncSku", {}).then(
|