Commit ce27d61f authored by 罗超's avatar 罗超

1

parent ed9f5698
...@@ -171,7 +171,7 @@ ...@@ -171,7 +171,7 @@
size="mini" size="mini"
type="primary" type="primary"
v-if="scope.row.Isynchro === 0" v-if="scope.row.Isynchro === 0"
@click="distributionGoods(scope.row.CategoryList, scope.row.Id)" @click="singleSync(scope.row.Id)"
>同步商品</el-button >同步商品</el-button
> >
</template> </template>
...@@ -735,6 +735,13 @@ export default { ...@@ -735,6 +735,13 @@ export default {
} }
}); });
}, },
//单个同步
singleSync(id) {
this.keepGoodsIds = id;
this.plszMsg.GoodsIds = this.keepGoodsIds;
this.plszMsg.SupplierId = "";
this.flDig = true;
},
//批量设置 //批量设置
batchSync() { batchSync() {
if (this.GoodsIds.length == 0) { if (this.GoodsIds.length == 0) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment