|
@@ -513,7 +513,7 @@
|
|
|
// sign = item.sourceId ? item.sourceId.substring(0, 3) : '';
|
|
|
// if (item.sourceId && sign == 'Quo') {
|
|
|
// arrQuo.push(item.sourceId);
|
|
|
- // } else if (item.sourceId && sign == 'Con') {
|
|
|
+ // } else if (item.sourceId && sign == 'Sale') {
|
|
|
// arrCon.push(item.sourceId);
|
|
|
// }
|
|
|
// });
|
|
@@ -656,7 +656,7 @@
|
|
|
data.map((item) => {
|
|
|
item.model = item.childModel;
|
|
|
item.sourceId = item.childId;
|
|
|
- item.sourceType = 'Con' + item.childId;
|
|
|
+ item.sourceType = 'Sale' + item.childId;
|
|
|
item.sourceCode = item.billCode;
|
|
|
item.taxPrice = item.taxPriceGys;
|
|
|
item.taxAmount = item.taxPrice * item.quantity;
|
|
@@ -751,7 +751,7 @@
|
|
|
sign = item.sourceType ? item.sourceType.substring(0, 3) : '';
|
|
|
if (item.sourceType && sign == 'Quo') {
|
|
|
arrQuo.push(item.sourceType);
|
|
|
- } else if (item.sourceType && sign == 'Con') {
|
|
|
+ } else if (item.sourceType && sign == 'Sale') {
|
|
|
arrCon.push(item.sourceType);
|
|
|
}
|
|
|
});
|