@@ -2280,10 +2280,10 @@
return;
}
- if (is) {
- this.$message.error('同产品,工序、批次号、颜色不能完全一致!');
- return;
- }
+ // if (is) {
+ // this.$message.error('同产品,工序、批次号、颜色不能完全一致!');
+ // return;
+ // }
let productList = [
...tabList,
...rawDetailList.map((item) => {
@@ -578,8 +578,10 @@
},
computed: {
exportParams() {
+ const temp = JSON.parse(JSON.stringify(this.params));
+ delete temp.size;
return {
- ...this.params,
+ ...temp,
sendRecordIds: this.selection.map(item => item.id)