|
@@ -1107,7 +1107,7 @@ export default {
|
|
// $cellEdit: true
|
|
// $cellEdit: true
|
|
// });
|
|
// });
|
|
});
|
|
});
|
|
- salesOrderEntry({ isFreight: 0, isLabel: 0, billType: "XS", tradeType: "JXS", storageId: this.form.storageId, salesOrderEntry: goodsList }).then(res => {
|
|
|
|
|
|
+ salesOrderEntry({ typeId: 1,isFreight: 0, isLabel: 0, billType: "XS", tradeType: "JXS", storageId: this.form.storageId, salesOrderEntry: goodsList }).then(res => {
|
|
let data = res.data.data
|
|
let data = res.data.data
|
|
arr.forEach((e, index) => {
|
|
arr.forEach((e, index) => {
|
|
// if (index == this.reData.index) {
|
|
// if (index == this.reData.index) {
|