kz-ui-base 1.0.39 → 1.0.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/api/eam/scrap/scrapApply.js +1 -1
- package/components/customForm/searchTable.vue +1 -1
- package/components/mes/ItemInvAttr/FormItem.vue +1 -1
- package/components/mes/ValueListInput/index.vue +1 -1
- package/components/selector/DictSelect.vue +1 -1
- package/components/selector/EntitySelect.vue +1 -1
- package/components/selector/InputMultipleEntityLookup.vue +1 -1
- package/components/sm/inventoryAvailabilityQuery.vue +1 -1
- package/components/sm/materialPriceList.vue +1 -1
- package/components/sm/materialPriceListAlteration.vue +1 -1
- package/components/sm/materialPriceListCollection.vue +1 -1
- package/components/sm/materialPriceListCopy.vue +1 -1
- package/list-base-page/listBasePageTs.vue +1 -1
- package/package.json +1 -1
- package/views/pe/ProductionExecute/common/helper/constant.ts +1 -1
- package/views/sm/asm/AsmComplaintHandling/add.vue +1 -1
- package/views/sm/asm/AsmQualityComplaintFeedback/add.vue +2 -2
- package/views/sm/asm/AsmQualityComplaintFeedback/orderDetails.vue +1 -1
- package/views/sm/bm/bidding/add.vue +3 -3
- package/views/sm/bm/biddingApproval/add.vue +1 -1
- package/views/sm/cm/alterationResume/add.vue +2 -2
- package/views/sm/cm/alterationResume/addAlteration.vue +2 -2
- package/views/sm/cm/alterationResume/dialog/stockInquiryDialog.vue +1 -1
- package/views/sm/cm/contractType/add.vue +2 -2
- package/views/sm/cm/salesContract/add.vue +2 -2
- package/views/sm/cm/salesContract/index.vue +1 -1
- package/views/sm/cm/salesOrder/add.vue +2 -2
- package/views/sm/cm/salesOrder/addAlteration.vue +3 -3
- package/views/sm/cm/salesOrder/dialog/stockInquiryDialog.vue +1 -1
- package/views/sm/cm/salesOrderResume/add.vue +2 -2
- package/views/sm/dm/DelProductionAppointment/dialog/forceRecord.vue +2 -2
- package/views/sm/dm/DelSalesDeliveryOrder/add.vue +1 -1
- package/views/sm/dm/DelSalesDeliveryOrder/batchDialog.vue +1 -1
- package/views/sm/dm/DelSalesDeliveryOrder/signerDialog.vue +1 -1
- package/views/sm/dm/DelSalesReturn/add.vue +1 -1
- package/views/sm/dm/DelSalesReturn/dialog/add.vue +1 -1
- package/views/sm/dm/DelSalesReturn/dialog/saleOrderDialog.vue +1 -1
- package/views/sm/dm/DelSalesReturn/orderDetails.vue +1 -1
- package/views/sm/dm/branchFactory/saleOrderDialogSelect.vue +1 -1
- package/views/sm/dm/deldeliverynotice/dialog/add.vue +1 -1
- package/views/sm/dm/deldeliverynotice/dialog/saleOrderDialog.vue +1 -1
- package/views/sm/dm/deldeliverynotice/dialog/saleOrderDialogSelect.vue +1 -1
- package/views/sm/dm/smDelInventoryReservation/add.vue +1 -1
- package/views/sm/em/EmExportReturn/dialog/add.vue +1 -1
- package/views/sm/em/EmExportReturn/dialog/orderDetails.vue +1 -1
- package/views/sm/em/EmExportReversalOrder/add.vue +2 -2
- package/views/sm/em/EmExportShipmentOrder/dialog/add.vue +1 -1
- package/views/sm/em/EmExportShipmentOrder/dialog/customsDialog.vue +1 -1
- package/views/sm/em/EmExportShipmentOrder/dialog/customsDialogData.vue +1 -1
- package/views/sm/em/EmExportShipmentOrder/dialog/saleOrderDialog.vue +1 -1
- package/views/sm/em/ExportDeliveryOrder/add.vue +1 -1
- package/views/sm/em/ExportDeliveryOrder/batchDialog.vue +1 -1
- package/views/sm/em/ExportDeliveryOrder/signerDialog.vue +1 -1
- package/views/sm/fm/reversalOrder/add.vue +2 -2
- package/views/sm/pm/planMarketVisit/add.vue +1 -1
- package/views/sm/prm/contractDeclare/add.vue +4 -4
- package/views/sm/prm/productTrial/add.vue +2 -2
- package/views/sm/prm/productTrial/detail.vue +2 -2
- package/views/sm/prm/specialContract/add.vue +3 -3
- package/views/sm/qm/priceadJustmentSheetOverWrite/Dialog/addDialog.vue +3 -3
- package/views/sm/qm/priceadJustmentSheetOverWrite/Dialog/editPriceadJustmentSheetDialog.vue +3 -3
- package/views/sm/qm/priceadJustmentSheetOverWrite/Dialog/queryDialog.vue +3 -3
- package/views/sm/qm/productPriceOverWrite/Dialog/add.vue +4 -4
- package/views/sm/qm/productPriceOverWrite/Dialog/priceAdjustment.vue +1 -1
- package/views/sm/qm/quotation/add.vue +3 -3
- package/views/sm/tm/smTmProductHandover/add.vue +1 -1
- package/views/sm/tm/smTmProductHandover/addDialog.vue +1 -1
|
@@ -298,7 +298,7 @@ import KZ_CheckBox from "./checkBox.vue";
|
|
|
298
298
|
// import KZ_ColorPicker from "@components/customForm/colorPicker";
|
|
299
299
|
import KZ_DatePicker from "./datePicker.vue";
|
|
300
300
|
// import KZ_Switch from "@components/customForm/switch";
|
|
301
|
-
// import KZ_Upload from "
|
|
301
|
+
// import KZ_Upload from "@srcComponents/customForm/upload";
|
|
302
302
|
// import KZ_TextArea from "@components/customForm/textarea";
|
|
303
303
|
import KZ_Lookup from "./lookup.vue";
|
|
304
304
|
import * as Utils from "@utils/utils";
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
</template>
|
|
10
10
|
|
|
11
11
|
<script>
|
|
12
|
-
import { listByItemId, listByItemCategoryId } from '
|
|
12
|
+
import { listByItemId, listByItemCategoryId } from '@srcApi/bd/itemCategoryInvAttribute'
|
|
13
13
|
import Modal from './Modal.vue'
|
|
14
14
|
import { displayInvAttrInfo } from './utils'
|
|
15
15
|
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
</template>
|
|
12
12
|
|
|
13
13
|
<script>
|
|
14
|
-
import {getDictsByValue} from "
|
|
14
|
+
import {getDictsByValue} from "@srcApi/qms/commonQms";
|
|
15
15
|
import Emitter from 'element-ui/src/mixins/emitter';
|
|
16
16
|
import {valueEquals} from "element-ui/src/utils/util";
|
|
17
17
|
|
|
@@ -44,7 +44,7 @@ import {
|
|
|
44
44
|
getUserWorkUnits,
|
|
45
45
|
getUserStorageUnits,
|
|
46
46
|
getUserStorageZones,
|
|
47
|
-
} from "
|
|
47
|
+
} from "@srcComponents/fd/FdSelect/data-source";
|
|
48
48
|
@Component
|
|
49
49
|
export default class EntitySelect extends Vue {
|
|
50
50
|
@Prop({ default: "" }) readonly value!: string;
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
<script>
|
|
30
30
|
import Emitter from "element-ui/src/mixins/emitter";
|
|
31
31
|
import request from "kz-ui-base/common/src/utils/request";
|
|
32
|
-
import SampleEditDialog from "
|
|
32
|
+
import SampleEditDialog from "@srcComponents/base/dialog/sampleEditDialog";
|
|
33
33
|
|
|
34
34
|
/**
|
|
35
35
|
* emit:
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
</div>
|
|
64
64
|
</template>
|
|
65
65
|
<script>
|
|
66
|
-
import MaterialPriceList from "
|
|
66
|
+
import MaterialPriceList from "@srcComponents/sm/materialPriceList.vue";
|
|
67
67
|
import FormColumns from "@srcComponents/customForm/formColumns.vue";
|
|
68
68
|
import KZ_Table from "@srcComponents/customForm/table.vue";
|
|
69
69
|
import { Component, Prop } from "vue-property-decorator";
|
|
@@ -306,7 +306,7 @@ import materialPriceListAdd from "./materialPriceListAdd.vue";
|
|
|
306
306
|
import technicalStandardModal from '@srcViews/pd/common/modal/technicalStandardModal.vue'
|
|
307
307
|
import { getPriceByMaterialNos } from "@srcApi/sm/qm/productPrice";
|
|
308
308
|
import { getCurrentInstance, ref } from "@vue/composition-api";
|
|
309
|
-
// import inventoryAvailabilityQuery from "
|
|
309
|
+
// import inventoryAvailabilityQuery from "@srcComponents/sm/inventoryAvailabilityQuery";
|
|
310
310
|
import { ElTable } from "element-ui/types/table";
|
|
311
311
|
import {getPriceByMaterialNo} from "@srcApi/sm/qm/productPriceDetails";
|
|
312
312
|
import {saveNegotiation,NegotiationList,updateNegotiation,delNegotiation} from "@srcApi/sm/qm/quotation";
|
|
@@ -300,7 +300,7 @@ import moment from "moment";
|
|
|
300
300
|
import technicalStandardModal from '@srcViews/pd/common/modal/technicalStandardModal.vue'
|
|
301
301
|
import { getPriceByMaterialNos } from "@srcApi/sm/qm/productPrice";
|
|
302
302
|
import { getCurrentInstance, ref } from "@vue/composition-api";
|
|
303
|
-
// import inventoryAvailabilityQuery from "
|
|
303
|
+
// import inventoryAvailabilityQuery from "@srcComponents/sm/inventoryAvailabilityQuery";
|
|
304
304
|
import { ElTable } from "element-ui/types/table";
|
|
305
305
|
import {getPriceByMaterialNo} from "@srcApi/sm/qm/productPriceDetails";
|
|
306
306
|
import {saveNegotiation,NegotiationList,updateNegotiation,delNegotiation} from "@srcApi/sm/qm/quotation";
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
|
|
39
39
|
<script lang="ts">
|
|
40
40
|
import { Component, Prop, Vue, Watch, Emit } from "vue-property-decorator";
|
|
41
|
-
import MaterialPriceList from "
|
|
41
|
+
import MaterialPriceList from "@srcComponents/sm/materialPriceList.vue";
|
|
42
42
|
import { ElTable } from "element-ui/types/table";
|
|
43
43
|
@Component({
|
|
44
44
|
components: {
|
|
@@ -175,7 +175,7 @@ import information from "./information.vue";
|
|
|
175
175
|
import technicalStandardModal from '@srcViews/pd/common/modal/technicalStandardModal.vue'
|
|
176
176
|
import { getPriceByMaterialNos } from "@srcApi/sm/qm/productPrice";
|
|
177
177
|
import { getCurrentInstance, ref } from "@vue/composition-api";
|
|
178
|
-
// import inventoryAvailabilityQuery from "
|
|
178
|
+
// import inventoryAvailabilityQuery from "@srcComponents/sm/inventoryAvailabilityQuery";
|
|
179
179
|
import { ElTable } from "element-ui/types/table";
|
|
180
180
|
import {getPriceByMaterialNo} from "@srcApi/sm/qm/productPriceDetails";
|
|
181
181
|
import {saveNegotiation,NegotiationList,updateNegotiation,delNegotiation} from "@srcApi/sm/qm/quotation";
|
|
@@ -1015,7 +1015,7 @@ import {
|
|
|
1015
1015
|
import { filePriview, getFilePriviewUrl, getFileNickName } from "@utils/file";
|
|
1016
1016
|
import * as Utils from "@utils/utils";
|
|
1017
1017
|
|
|
1018
|
-
import WfDialog from "
|
|
1018
|
+
import WfDialog from "@srcComponents/base/dialog/wfDialog.vue";
|
|
1019
1019
|
|
|
1020
1020
|
import { getToken } from "@utils/auth";
|
|
1021
1021
|
import _ from "lodash";
|
package/package.json
CHANGED
|
@@ -45,7 +45,7 @@ import {
|
|
|
45
45
|
updateAsmComplaintHandling,
|
|
46
46
|
listAsmComplaintHandling, getHandlingDetailsById,
|
|
47
47
|
} from "@srcApi/sm/asm/AsmComplaintHandling";
|
|
48
|
-
import SM_Table from "
|
|
48
|
+
import SM_Table from "@srcComponents/sm/smTable.vue"
|
|
49
49
|
|
|
50
50
|
export default {
|
|
51
51
|
name: "SampleEditDialog",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
// import FormColumns from "@srcComponents/customForm/formColumns";
|
|
48
48
|
import FormColumns from "@srcComponents/customForm/formColumns.vue";
|
|
49
49
|
import {addBomMateriall} from "@srcApi/DPS/BomMaterial";
|
|
50
|
-
import SM_Table from "
|
|
50
|
+
import SM_Table from "@srcComponents/sm/smTable.vue"
|
|
51
51
|
import {
|
|
52
52
|
addAsmQualityComplaintFeedback,
|
|
53
53
|
updateAsmQualityComplaintFeedback,
|
|
@@ -57,7 +57,7 @@ import {
|
|
|
57
57
|
import orderDetails from "../AsmQualityComplaintFeedback/orderDetails"
|
|
58
58
|
import CustomerModal from "@srcViews/bd/common/modal/CustomerModal";
|
|
59
59
|
import materialCodeModal from "@srcViews/bd/common/modal/materialCodeModal";
|
|
60
|
-
import materialSpecSearch from "
|
|
60
|
+
import materialSpecSearch from "@srcComponents/sm/materialSpecSearch";
|
|
61
61
|
import handlingAdd from "@srcViews/sm/asm/AsmComplaintHandling/add"
|
|
62
62
|
import add from "@srcViews/sm/asm/AsmComplaintHandling/add";
|
|
63
63
|
|
|
@@ -115,7 +115,7 @@ import {
|
|
|
115
115
|
getOrderIdQueryDetailsPage, selectAllDetailsAndOrderByCondtion
|
|
116
116
|
} from "@srcApi/sm/dm/DelDeliveryNotice";
|
|
117
117
|
import {listEntity} from "kz-ui-base/common/src/api/common/common";
|
|
118
|
-
import SM_Table from "
|
|
118
|
+
import SM_Table from "@srcComponents/sm/smTable.vue"
|
|
119
119
|
import KZ_DropDownList from "@srcComponents/customForm/dropDownList.vue";
|
|
120
120
|
import KZ_TextBox from "@srcComponents/customForm/textBox.vue";
|
|
121
121
|
import KZ_CheckBox from "@srcComponents/customForm/checkBox.vue";
|
|
@@ -72,9 +72,9 @@
|
|
|
72
72
|
import {getSmSysSettingValueByCode} from "@utils/cache/smCache";
|
|
73
73
|
import FormColumns from "@srcComponents/customForm/formColumns.vue";
|
|
74
74
|
import KZ_DropDownList from "@srcComponents/customForm/dropDownList.vue";
|
|
75
|
-
import MaterialPriceList from "
|
|
76
|
-
import OtherPriceList from "
|
|
77
|
-
import PriceListSearch from "
|
|
75
|
+
import MaterialPriceList from "@srcComponents/sm/materialPriceList.vue";
|
|
76
|
+
import OtherPriceList from "@srcComponents/sm/otherPriceList.vue";
|
|
77
|
+
import PriceListSearch from "@srcComponents/sm/priceListSearch";
|
|
78
78
|
import {getDictLabelByValue} from "@api/common/common";
|
|
79
79
|
import {getSiteNoById} from "kz-ui-base/common/src/utils/cache/fdCache.js"
|
|
80
80
|
import CustomerModal from "@srcViews/bd/common/modal/CustomerModal";
|
|
@@ -30,7 +30,7 @@ import CustomerModal from "@srcViews/bd/common/modal/CustomerModal";
|
|
|
30
30
|
import materialCodeModal from "@srcViews/bd/common/modal/materialCodeModal";
|
|
31
31
|
import {addBiddingApproval, getDetailsByApprovalId, updateBiddingApproval} from "@srcApi/sm/bm/biddingApproval";
|
|
32
32
|
import {uuid} from "@srcViews/ps/components/SzGant/components/context-menu/util";
|
|
33
|
-
import materialSpecSearch from "
|
|
33
|
+
import materialSpecSearch from "@srcComponents/sm/materialSpecSearch.vue";
|
|
34
34
|
import {
|
|
35
35
|
exportChange,
|
|
36
36
|
changeUpdate,
|
|
@@ -93,8 +93,8 @@ import {
|
|
|
93
93
|
import {getSmSysSettingValueByCode} from "@utils/cache/smCache";
|
|
94
94
|
import CustomerModal from "@srcViews/bd/common/modal/CustomerModal";
|
|
95
95
|
import FormColumns from "@srcComponents/customForm/formColumns.vue";
|
|
96
|
-
import MaterialPriceList from '
|
|
97
|
-
import OtherPriceList from '
|
|
96
|
+
import MaterialPriceList from '@srcComponents/sm/materialPriceList.vue'
|
|
97
|
+
import OtherPriceList from '@srcComponents/sm/otherPriceList.vue'
|
|
98
98
|
import moment from "moment";
|
|
99
99
|
import SalesContractModal from "@srcViews/sm/cm/salesContract/index.vue";
|
|
100
100
|
import {getSalesContract} from "@srcApi/sm/cm/salesContract";
|
|
@@ -105,8 +105,8 @@ import {
|
|
|
105
105
|
import {getSmSysSettingValueByCode} from "@utils/cache/smCache";
|
|
106
106
|
import CustomerModal from "@srcViews/bd/common/modal/CustomerModal";
|
|
107
107
|
import FormColumns from "@srcComponents/customForm/formColumns.vue";
|
|
108
|
-
import MaterialPriceListAlteration from '
|
|
109
|
-
import OtherPriceList from '
|
|
108
|
+
import MaterialPriceListAlteration from '@srcComponents/sm/materialPriceListAlteration.vue'
|
|
109
|
+
import OtherPriceList from '@srcComponents/sm/otherPriceList.vue'
|
|
110
110
|
import moment from "moment";
|
|
111
111
|
import SalesContractModal from "@srcViews/sm/cm/salesContract/index.vue";
|
|
112
112
|
import {getSalesContract} from "@srcApi/sm/cm/salesContract";
|
|
@@ -48,7 +48,7 @@ import DropDownList from "@srcComponents/customForm/dropDownList.vue";
|
|
|
48
48
|
import DatePicker from "@srcComponents/customForm/datePicker.vue";
|
|
49
49
|
import InputEntityLookup from "@srcComponents/selector/InputEntityLookup";
|
|
50
50
|
import CustomerModal from "@srcViews/bd/common/modal/CustomerModal";
|
|
51
|
-
import InventorySearch from "
|
|
51
|
+
import InventorySearch from "@srcComponents/sm/InventorySearch.vue";
|
|
52
52
|
import * as Utils from "@utils/utils";
|
|
53
53
|
import {selectInv, pageSelectInv} from '@srcApi/wm/inv'
|
|
54
54
|
// import SelectInvLotModal from "@srcViews/wm/common/modal/SelectInvLotModal.vue";
|
|
@@ -18,8 +18,8 @@
|
|
|
18
18
|
</template>
|
|
19
19
|
<script>
|
|
20
20
|
import FormColumns from "@srcComponents/customForm/formColumns";
|
|
21
|
-
import MaterialPriceList from "
|
|
22
|
-
import OtherPriceList from "
|
|
21
|
+
import MaterialPriceList from "@srcComponents/sm/materialPriceList";
|
|
22
|
+
import OtherPriceList from "@srcComponents/sm/otherPriceList";
|
|
23
23
|
import KZ_DropDownList from "@srcComponents/customForm/dropDownList";
|
|
24
24
|
import {addTypeAndPayment, selectTypeByPayment, updateTypeAndPayment} from "@srcApi/sm/cm/contractType";
|
|
25
25
|
|
|
@@ -88,8 +88,8 @@ import {getSmSysSettingValueByCode} from "@utils/cache/smCache";
|
|
|
88
88
|
import {getDictLabelByValue, getUrl, addEntity} from "@api/common/common";
|
|
89
89
|
import CustomerModal from "@srcViews/bd/common/modal/CustomerModal";
|
|
90
90
|
import FormColumns from "@srcComponents/customForm/formColumns.vue";
|
|
91
|
-
import MaterialPriceList from '
|
|
92
|
-
import OtherPriceList from '
|
|
91
|
+
import MaterialPriceList from '@srcComponents/sm/materialPriceList.vue'
|
|
92
|
+
import OtherPriceList from '@srcComponents/sm/otherPriceList.vue'
|
|
93
93
|
import moment from "moment";
|
|
94
94
|
import KZ_DropDownList from "@srcComponents/customForm/dropDownList.vue";
|
|
95
95
|
import KZ_Table from "@srcComponents/customForm/table.vue";
|
|
@@ -22,7 +22,7 @@ import {
|
|
|
22
22
|
|
|
23
23
|
import KZ_DropDownList from "@srcComponents/customForm/dropDownList.vue";
|
|
24
24
|
import KZ_TextBox from "@srcComponents/customForm/textBox.vue";
|
|
25
|
-
import EditDialog from "
|
|
25
|
+
import EditDialog from "@components/base/dialog/editDialog.vue";
|
|
26
26
|
import KZ_CheckBox from "@srcComponents/customForm/checkBox.vue";
|
|
27
27
|
import KZ_DatePicker from "@srcComponents/customForm/datePicker.vue";
|
|
28
28
|
import KZ_Switch from "@srcComponents/customForm/switch.vue";
|
|
@@ -95,8 +95,8 @@ import {
|
|
|
95
95
|
import {getSmSysSettingValueByCode} from "@utils/cache/smCache";
|
|
96
96
|
import CustomerModal from "@srcViews/bd/common/modal/CustomerModal";
|
|
97
97
|
import FormColumns from "@srcComponents/customForm/formColumns.vue";
|
|
98
|
-
import MaterialPriceList from '
|
|
99
|
-
import OtherPriceList from '
|
|
98
|
+
import MaterialPriceList from '@srcComponents/sm/materialPriceList.vue'
|
|
99
|
+
import OtherPriceList from '@srcComponents/sm/otherPriceList.vue'
|
|
100
100
|
import moment from "moment";
|
|
101
101
|
import SalesContractModal from "@srcViews/sm/cm/salesContract/index.vue";
|
|
102
102
|
import {getSalesContract} from "@srcApi/sm/cm/salesContract";
|
|
@@ -94,9 +94,9 @@ import {
|
|
|
94
94
|
import {getSmSysSettingValueByCode} from "@utils/cache/smCache";
|
|
95
95
|
import CustomerModal from "@srcViews/bd/common/modal/CustomerModal";
|
|
96
96
|
import FormColumns from "@srcComponents/customForm/formColumns.vue";
|
|
97
|
-
import MaterialPriceList from '
|
|
98
|
-
import MaterialPriceListAlteration from '
|
|
99
|
-
import OtherPriceList from '
|
|
97
|
+
import MaterialPriceList from '@srcComponents/sm/materialPriceList.vue'
|
|
98
|
+
import MaterialPriceListAlteration from '@srcComponents/sm/materialPriceListAlteration.vue'
|
|
99
|
+
import OtherPriceList from '@srcComponents/sm/otherPriceList.vue'
|
|
100
100
|
import moment from "moment";
|
|
101
101
|
import SalesContractModal from "@srcViews/sm/cm/salesContract/index.vue";
|
|
102
102
|
import {getSalesContract} from "@srcApi/sm/cm/salesContract";
|
|
@@ -48,7 +48,7 @@ import DropDownList from "@srcComponents/customForm/dropDownList.vue";
|
|
|
48
48
|
import DatePicker from "@srcComponents/customForm/datePicker.vue";
|
|
49
49
|
import InputEntityLookup from "@srcComponents/selector/InputEntityLookup";
|
|
50
50
|
import CustomerModal from "@srcViews/bd/common/modal/CustomerModal";
|
|
51
|
-
import InventorySearch from "
|
|
51
|
+
import InventorySearch from "@srcComponents/sm/InventorySearch.vue";
|
|
52
52
|
import * as Utils from "@utils/utils";
|
|
53
53
|
import {selectInv, pageSelectInv} from '@srcApi/wm/inv'
|
|
54
54
|
// import SelectInvLotModal from "@srcViews/wm/common/modal/SelectInvLotModal.vue";
|
|
@@ -93,8 +93,8 @@ import {
|
|
|
93
93
|
import {getSmSysSettingValueByCode} from "@utils/cache/smCache";
|
|
94
94
|
import CustomerModal from "@srcViews/bd/common/modal/CustomerModal";
|
|
95
95
|
import FormColumns from "@srcComponents/customForm/formColumns.vue";
|
|
96
|
-
import MaterialPriceList from '
|
|
97
|
-
import OtherPriceList from '
|
|
96
|
+
import MaterialPriceList from '@srcComponents/sm/materialPriceList.vue'
|
|
97
|
+
import OtherPriceList from '@srcComponents/sm/otherPriceList.vue'
|
|
98
98
|
import moment from "moment";
|
|
99
99
|
import SalesContractModal from "@srcViews/sm/cm/salesContract/index.vue";
|
|
100
100
|
import {getSalesContract} from "@srcApi/sm/cm/salesContract";
|
|
@@ -36,8 +36,8 @@ import {
|
|
|
36
36
|
import {getSmSysSettingValueByCode} from "@utils/cache/smCache";
|
|
37
37
|
import CustomerModal from "@srcViews/bd/common/modal/CustomerModal";
|
|
38
38
|
import FormColumns from "@srcComponents/customForm/formColumns.vue";
|
|
39
|
-
import MaterialPriceList from '
|
|
40
|
-
import OtherPriceList from '
|
|
39
|
+
import MaterialPriceList from '@srcComponents/sm/materialPriceList.vue'
|
|
40
|
+
import OtherPriceList from '@srcComponents/sm/otherPriceList.vue'
|
|
41
41
|
import moment from "moment";
|
|
42
42
|
import SalesContractModal from "@srcViews/sm/cm/salesContract/index.vue";
|
|
43
43
|
import {getSalesContract} from "@srcApi/sm/cm/salesContract";
|
|
@@ -72,7 +72,7 @@ import DatePicker from "@srcComponents/customForm/datePicker.vue";
|
|
|
72
72
|
import Lookup from "@srcComponents/customForm/lookup.vue";
|
|
73
73
|
import batchDialog from "./batchDialog";
|
|
74
74
|
import CustomerModal from "@srcViews/bd/common/modal/CustomerModal";
|
|
75
|
-
import SM_Table from "
|
|
75
|
+
import SM_Table from "@srcComponents/sm/smTable.vue"
|
|
76
76
|
import FixHeight from '@/mixins/fix-height'
|
|
77
77
|
import {moneyFormater, signMoneyFormater} from "@utils/utils";
|
|
78
78
|
import {addSmBmProductBidding, updateSmBmProductBidding} from "@srcApi/sm/bm/bidding";
|
|
@@ -69,7 +69,7 @@ import DatePicker from "@srcComponents/customForm/datePicker.vue";
|
|
|
69
69
|
import CustomerModal from "@srcViews/bd/common/modal/CustomerModal.vue";
|
|
70
70
|
import Lookup from "@srcComponents/customForm/lookup.vue";
|
|
71
71
|
import InputEntityLookup from "@srcComponents/selector/InputEntityLookup.vue";
|
|
72
|
-
import MaterialPriceList from "
|
|
72
|
+
import MaterialPriceList from "@srcComponents/sm/materialPriceList.vue";
|
|
73
73
|
import KZ_Table from "@srcComponents/customForm/table.vue"
|
|
74
74
|
|
|
75
75
|
import {
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
</template>
|
|
22
22
|
<script>
|
|
23
23
|
import FormColumns from "@srcComponents/customForm/formColumns.vue";
|
|
24
|
-
import SM_Table from "
|
|
24
|
+
import SM_Table from "@srcComponents/sm/smTable.vue"
|
|
25
25
|
import {
|
|
26
26
|
addAsmQualityComplaintFeedback,
|
|
27
27
|
updateAsmQualityComplaintFeedback,
|
|
@@ -61,7 +61,7 @@ import {
|
|
|
61
61
|
getDelSalesReturnByDeliveryId,
|
|
62
62
|
addSalesReturn, update
|
|
63
63
|
} from "@srcApi/sm/dm/DelSalesReturn";
|
|
64
|
-
import SM_Table from "
|
|
64
|
+
import SM_Table from "@srcComponents/sm/smTable.vue"
|
|
65
65
|
import orderDetails from "./orderDetails";
|
|
66
66
|
import {getWeightAndNum} from "@srcApi/sm/asm/asmQualityComplaintFeedback";
|
|
67
67
|
import {
|
|
@@ -68,7 +68,7 @@ import {
|
|
|
68
68
|
orderQueryInvLot, getOrderInvLot,
|
|
69
69
|
} from "@srcApi/sm/dm/DelDeliveryNotice";
|
|
70
70
|
import {getDelDeliveryNoticeDetailList, selectDeliveryNoticeById} from "@srcApi/sm/dm/DelDeliveryNoticeDetails";
|
|
71
|
-
import SM_Table from "
|
|
71
|
+
import SM_Table from "@srcComponents/sm/smTable.vue"
|
|
72
72
|
import FixHeight from '@/mixins/fix-height'
|
|
73
73
|
import {getSmBdDocumentType} from "@srcApi/sm/bd/documentType";
|
|
74
74
|
import {getDicts} from "kz-ui-base/common/src/api/common/common";
|
|
@@ -115,7 +115,7 @@ import {
|
|
|
115
115
|
getOrderIdQueryDetailsPage, selectAllDetailsAndOrderByCondtion
|
|
116
116
|
} from "@srcApi/sm/dm/DelDeliveryNotice";
|
|
117
117
|
import {listEntity} from "kz-ui-base/common/src/api/common/common";
|
|
118
|
-
import SM_Table from "
|
|
118
|
+
import SM_Table from "@srcComponents/sm/smTable.vue"
|
|
119
119
|
import KZ_DropDownList from "@srcComponents/customForm/dropDownList.vue";
|
|
120
120
|
import KZ_TextBox from "@srcComponents/customForm/textBox.vue";
|
|
121
121
|
import KZ_CheckBox from "@srcComponents/customForm/checkBox.vue";
|
|
@@ -115,7 +115,7 @@ import {
|
|
|
115
115
|
getOrderIdQueryDetailsPage, selectAllDetailsAndOrderByCondtion
|
|
116
116
|
} from "@srcApi/sm/dm/DelDeliveryNotice";
|
|
117
117
|
import {listEntity} from "kz-ui-base/common/src/api/common/common";
|
|
118
|
-
import SM_Table from "
|
|
118
|
+
import SM_Table from "@srcComponents/sm/smTable.vue"
|
|
119
119
|
import KZ_DropDownList from "@srcComponents/customForm/dropDownList.vue";
|
|
120
120
|
import KZ_TextBox from "@srcComponents/customForm/textBox.vue";
|
|
121
121
|
import KZ_CheckBox from "@srcComponents/customForm/checkBox.vue";
|
|
@@ -97,7 +97,7 @@ import {
|
|
|
97
97
|
selectAllOrderByMes, updateAppointmentProductionOrganization
|
|
98
98
|
} from "@srcApi/sm/dm/DelDeliveryNotice";
|
|
99
99
|
import {listEntity} from "kz-ui-base/common/src/api/common/common";
|
|
100
|
-
import SM_Table from "
|
|
100
|
+
import SM_Table from "@srcComponents/sm/smTable.vue"
|
|
101
101
|
import KZ_DropDownList from "@srcComponents/customForm/dropDownList.vue";
|
|
102
102
|
import KZ_TextBox from "@srcComponents/customForm/textBox.vue";
|
|
103
103
|
import KZ_CheckBox from "@srcComponents/customForm/checkBox.vue";
|
|
@@ -74,7 +74,7 @@ import {
|
|
|
74
74
|
orderQueryInvLot, getOrderInvLot, issueSalesStorehouse, monthlyClose,
|
|
75
75
|
} from "@srcApi/sm/dm/DelDeliveryNotice";
|
|
76
76
|
import {getDelDeliveryNoticeDetailList, selectDeliveryNoticeById} from "@srcApi/sm/dm/DelDeliveryNoticeDetails";
|
|
77
|
-
import SM_Table from "
|
|
77
|
+
import SM_Table from "@srcComponents/sm/smTable.vue"
|
|
78
78
|
import FixHeight from '@/mixins/fix-height'
|
|
79
79
|
import {getSmBdDocumentType} from "@srcApi/sm/bd/documentType";
|
|
80
80
|
import {getDicts} from "kz-ui-base/common/src/api/common/common";
|
|
@@ -115,7 +115,7 @@ import {
|
|
|
115
115
|
getOrderIdQueryDetailsPage, selectAllDetailsAndOrderByCondtion
|
|
116
116
|
} from "@srcApi/sm/dm/DelDeliveryNotice";
|
|
117
117
|
import {listEntity} from "kz-ui-base/common/src/api/common/common";
|
|
118
|
-
import SM_Table from "
|
|
118
|
+
import SM_Table from "@srcComponents/sm/smTable.vue"
|
|
119
119
|
import KZ_DropDownList from "@srcComponents/customForm/dropDownList.vue";
|
|
120
120
|
import KZ_TextBox from "@srcComponents/customForm/textBox.vue";
|
|
121
121
|
import KZ_CheckBox from "@srcComponents/customForm/checkBox.vue";
|
|
@@ -102,7 +102,7 @@ import {
|
|
|
102
102
|
getOrderIdQueryDetailsPage, selectAllDetailsAndOrderByCondtion, selectAllOrderByMes
|
|
103
103
|
} from "@srcApi/sm/dm/DelDeliveryNotice";
|
|
104
104
|
import {listEntity} from "kz-ui-base/common/src/api/common/common";
|
|
105
|
-
import SM_Table from "
|
|
105
|
+
import SM_Table from "@srcComponents/sm/smTable.vue"
|
|
106
106
|
import KZ_DropDownList from "@srcComponents/customForm/dropDownList.vue";
|
|
107
107
|
import KZ_TextBox from "@srcComponents/customForm/textBox.vue";
|
|
108
108
|
import KZ_CheckBox from "@srcComponents/customForm/checkBox.vue";
|
|
@@ -57,7 +57,7 @@ import DropDownList from "@srcComponents/customForm/dropDownList.vue";
|
|
|
57
57
|
import DatePicker from "@srcComponents/customForm/datePicker.vue";
|
|
58
58
|
import InputEntityLookup from "@srcComponents/selector/InputEntityLookup";
|
|
59
59
|
import CustomerModal from "@srcViews/bd/common/modal/CustomerModal";
|
|
60
|
-
import InventorySearch from "
|
|
60
|
+
import InventorySearch from "@srcComponents/sm/InventorySearch.vue";
|
|
61
61
|
import * as Utils from "@utils/utils";
|
|
62
62
|
import {selectInv, pageSelectInv} from '@srcApi/wm/inv'
|
|
63
63
|
// import SelectInvLotModal from "@srcViews/wm/common/modal/SelectInvLotModal.vue";
|
|
@@ -66,7 +66,7 @@ import {
|
|
|
66
66
|
getDelSalesReturnByDeliveryId,
|
|
67
67
|
addSalesReturn, update
|
|
68
68
|
} from "@srcApi/sm/dm/DelSalesReturn";
|
|
69
|
-
import SM_Table from "
|
|
69
|
+
import SM_Table from "@srcComponents/sm/smTable.vue"
|
|
70
70
|
import orderDetails from "./orderDetails";
|
|
71
71
|
import {getWeightAndNum} from "@srcApi/sm/asm/asmQualityComplaintFeedback";
|
|
72
72
|
import {
|
|
@@ -115,7 +115,7 @@ import {
|
|
|
115
115
|
getOrderIdQueryDetailsPage, selectAllDetailsAndOrderByCondtion
|
|
116
116
|
} from "@srcApi/sm/dm/DelDeliveryNotice";
|
|
117
117
|
import {listEntity} from "kz-ui-base/common/src/api/common/common";
|
|
118
|
-
import SM_Table from "
|
|
118
|
+
import SM_Table from "@srcComponents/sm/smTable.vue"
|
|
119
119
|
import KZ_DropDownList from "@srcComponents/customForm/dropDownList.vue";
|
|
120
120
|
import KZ_TextBox from "@srcComponents/customForm/textBox.vue";
|
|
121
121
|
import KZ_CheckBox from "@srcComponents/customForm/checkBox.vue";
|
|
@@ -78,8 +78,8 @@ import {getSmSysSettingValueByCode} from "@utils/cache/smCache";
|
|
|
78
78
|
import {getDictLabelByValue, getUrl, addEntity} from "@api/common/common";
|
|
79
79
|
import CustomerModal from "@srcViews/bd/common/modal/CustomerModal";
|
|
80
80
|
import FormColumns from "@srcComponents/customForm/formColumns.vue";
|
|
81
|
-
import MaterialPriceList from '
|
|
82
|
-
import OtherPriceList from '
|
|
81
|
+
import MaterialPriceList from '@srcComponents/sm/materialPriceList.vue'
|
|
82
|
+
import OtherPriceList from '@srcComponents/sm/otherPriceList.vue'
|
|
83
83
|
import moment from "moment";
|
|
84
84
|
import KZ_DropDownList from "@srcComponents/customForm/dropDownList.vue";
|
|
85
85
|
import KZ_Table from "@srcComponents/customForm/table.vue";
|
|
@@ -85,7 +85,7 @@ import {
|
|
|
85
85
|
getDetailsIdQueryOrder,
|
|
86
86
|
orderQueryInvLot, getOrderInvLot,
|
|
87
87
|
} from "@srcApi/sm/dm/DelDeliveryNotice";
|
|
88
|
-
import SM_Table from "
|
|
88
|
+
import SM_Table from "@srcComponents/sm/smTable.vue"
|
|
89
89
|
import FixHeight from '@/mixins/fix-height'
|
|
90
90
|
import {getSmBdDocumentType} from "@srcApi/sm/bd/documentType";
|
|
91
91
|
import {getDicts} from "kz-ui-base/common/src/api/common/common";
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
</template>
|
|
28
28
|
<script>
|
|
29
29
|
import FormColumns from "@srcComponents/customForm/formColumns.vue";
|
|
30
|
-
import SM_Table from "
|
|
30
|
+
import SM_Table from "@srcComponents/sm/smTable.vue"
|
|
31
31
|
import {
|
|
32
32
|
addAsmQualityComplaintFeedback,
|
|
33
33
|
updateAsmQualityComplaintFeedback,
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
</template>
|
|
27
27
|
<script>
|
|
28
28
|
import FormColumns from "@srcComponents/customForm/formColumns.vue";
|
|
29
|
-
import SM_Table from "
|
|
29
|
+
import SM_Table from "@srcComponents/sm/smTable.vue"
|
|
30
30
|
import {
|
|
31
31
|
addAsmQualityComplaintFeedback,
|
|
32
32
|
updateAsmQualityComplaintFeedback,
|
|
@@ -115,7 +115,7 @@ import {
|
|
|
115
115
|
getOrderIdQueryDetailsPage, selectAllDetailsAndOrderByCondtion
|
|
116
116
|
} from "@srcApi/sm/dm/DelDeliveryNotice";
|
|
117
117
|
import {listEntity} from "kz-ui-base/common/src/api/common/common";
|
|
118
|
-
import SM_Table from "
|
|
118
|
+
import SM_Table from "@srcComponents/sm/smTable.vue"
|
|
119
119
|
import KZ_DropDownList from "@srcComponents/customForm/dropDownList.vue";
|
|
120
120
|
import KZ_TextBox from "@srcComponents/customForm/textBox.vue";
|
|
121
121
|
import KZ_CheckBox from "@srcComponents/customForm/checkBox.vue";
|
|
@@ -72,7 +72,7 @@ import DatePicker from "@srcComponents/customForm/datePicker.vue";
|
|
|
72
72
|
import Lookup from "@srcComponents/customForm/lookup.vue";
|
|
73
73
|
import batchDialog from "./batchDialog";
|
|
74
74
|
import CustomerModal from "@srcViews/bd/common/modal/CustomerModal";
|
|
75
|
-
import SM_Table from "
|
|
75
|
+
import SM_Table from "@srcComponents/sm/smTable.vue"
|
|
76
76
|
import FixHeight from '@/mixins/fix-height'
|
|
77
77
|
import {moneyFormater, signMoneyFormater} from "@utils/utils";
|
|
78
78
|
import {addSmBmProductBidding, updateSmBmProductBidding} from "@srcApi/sm/bm/bidding";
|
|
@@ -69,7 +69,7 @@ import DatePicker from "@srcComponents/customForm/datePicker.vue";
|
|
|
69
69
|
import CustomerModal from "@srcViews/bd/common/modal/CustomerModal.vue";
|
|
70
70
|
import Lookup from "@srcComponents/customForm/lookup.vue";
|
|
71
71
|
import InputEntityLookup from "@srcComponents/selector/InputEntityLookup.vue";
|
|
72
|
-
import MaterialPriceList from "
|
|
72
|
+
import MaterialPriceList from "@srcComponents/sm/materialPriceList.vue";
|
|
73
73
|
import KZ_Table from "@srcComponents/customForm/table.vue"
|
|
74
74
|
|
|
75
75
|
import {
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
</template>
|
|
22
22
|
<script>
|
|
23
23
|
import FormColumns from "@srcComponents/customForm/formColumns.vue";
|
|
24
|
-
import SM_Table from "
|
|
24
|
+
import SM_Table from "@srcComponents/sm/smTable.vue"
|
|
25
25
|
import {
|
|
26
26
|
addAsmQualityComplaintFeedback,
|
|
27
27
|
updateAsmQualityComplaintFeedback,
|
|
@@ -78,8 +78,8 @@ import {getSmSysSettingValueByCode} from "@utils/cache/smCache";
|
|
|
78
78
|
import {getDictLabelByValue, getUrl, addEntity} from "@api/common/common";
|
|
79
79
|
import CustomerModal from "@srcViews/bd/common/modal/CustomerModal";
|
|
80
80
|
import FormColumns from "@srcComponents/customForm/formColumns.vue";
|
|
81
|
-
import MaterialPriceList from '
|
|
82
|
-
import OtherPriceList from '
|
|
81
|
+
import MaterialPriceList from '@srcComponents/sm/materialPriceList.vue'
|
|
82
|
+
import OtherPriceList from '@srcComponents/sm/otherPriceList.vue'
|
|
83
83
|
import moment from "moment";
|
|
84
84
|
import KZ_DropDownList from "@srcComponents/customForm/dropDownList.vue";
|
|
85
85
|
import KZ_Table from "@srcComponents/customForm/table.vue";
|
|
@@ -166,7 +166,7 @@ import DropDownList from "@srcComponents/customForm/dropDownList.vue";
|
|
|
166
166
|
import DatePicker from "@srcComponents/customForm/datePicker.vue";
|
|
167
167
|
import Lookup from "@srcComponents/customForm/lookup.vue";
|
|
168
168
|
import bdItem from "@srcViews/bd/common/modal/ItemModal.vue";
|
|
169
|
-
import materialSpecSearch from "
|
|
169
|
+
import materialSpecSearch from "@srcComponents/sm/materialSpecSearch.vue";
|
|
170
170
|
import CustomerModal from "@srcViews/bd/common/modal/CustomerModal";
|
|
171
171
|
import CustomerContactsModal from "@srcViews/bd/common/modal/CustomerContactsModal";
|
|
172
172
|
import KZ_DropDownList from "@srcComponents/customForm/dropDownList.vue";
|
|
@@ -35,10 +35,10 @@ import {getSmSysSettingValueByCode} from "@utils/cache/smCache";
|
|
|
35
35
|
import FormColumns from "@srcComponents/customForm/formColumns.vue";
|
|
36
36
|
import moment from "moment";
|
|
37
37
|
import CustomerModal from "@srcViews/bd/common/modal/CustomerModal";
|
|
38
|
-
import materialPriceListCopy from "
|
|
39
|
-
import materialPriceList from "
|
|
40
|
-
import materialPriceListCollection from "
|
|
41
|
-
import OtherPriceList from "
|
|
38
|
+
import materialPriceListCopy from "@srcComponents/sm/materialPriceListCopy.vue";
|
|
39
|
+
import materialPriceList from "@srcComponents/sm/materialPriceList.vue";
|
|
40
|
+
import materialPriceListCollection from "@srcComponents/sm/materialPriceListCollection.vue";
|
|
41
|
+
import OtherPriceList from "@srcComponents/sm/otherPriceList.vue";
|
|
42
42
|
import KZ_DropDownList from "@srcComponents/customForm/dropDownList.vue";
|
|
43
43
|
import KZTable from "@srcComponents/customForm/table.vue";
|
|
44
44
|
import ItemModal from "@srcViews/bd/common/modal/ItemModal";
|
|
@@ -53,9 +53,9 @@ import FormColumns from "@srcComponents/customForm/formColumns.vue";
|
|
|
53
53
|
import KZ_TextBox from "@srcComponents/customForm/textBox.vue";
|
|
54
54
|
import KZ_DropDownList from "@srcComponents/customForm/dropDownList.vue";
|
|
55
55
|
import DatePicker from "@srcComponents/customForm/datePicker.vue";
|
|
56
|
-
import MaterialPriceList from "
|
|
56
|
+
import MaterialPriceList from "@srcComponents/sm/materialPriceList.vue";
|
|
57
57
|
import TextArea from "@srcComponents/customForm/textarea.vue";
|
|
58
|
-
import PriceListSearch from "
|
|
58
|
+
import PriceListSearch from "@srcComponents/sm/priceListSearch";
|
|
59
59
|
import detail from "./detail.vue";
|
|
60
60
|
import moment from "moment";
|
|
61
61
|
import EmployeeModal from "@srcViews/bd/common/modal/EmployeeModal.vue";
|
|
@@ -50,9 +50,9 @@ import FormColumns from "@srcComponents/customForm/formColumns.vue";
|
|
|
50
50
|
import KZ_TextBox from "@srcComponents/customForm/textBox.vue";
|
|
51
51
|
import KZ_DropDownList from "@srcComponents/customForm/dropDownList.vue";
|
|
52
52
|
import DatePicker from "@srcComponents/customForm/datePicker.vue";
|
|
53
|
-
import MaterialPriceList from "
|
|
53
|
+
import MaterialPriceList from "@srcComponents/sm/materialPriceList.vue";
|
|
54
54
|
import TextArea from "@srcComponents/customForm/textarea.vue";
|
|
55
|
-
import PriceListSearch from "
|
|
55
|
+
import PriceListSearch from "@srcComponents/sm/priceListSearch";
|
|
56
56
|
import detail from "./detail.vue";
|
|
57
57
|
import moment from "moment";
|
|
58
58
|
import EmployeeModal from "@srcViews/bd/common/modal/EmployeeModal.vue";
|
|
@@ -136,9 +136,9 @@ import {getSmSysSettingValueByCode} from "@utils/cache/smCache";
|
|
|
136
136
|
import FormColumns from "@srcComponents/customForm/formColumns.vue";
|
|
137
137
|
import moment from "moment";
|
|
138
138
|
import CustomerModal from "@srcViews/bd/common/modal/CustomerModal";
|
|
139
|
-
import materialPriceListCopy from "
|
|
140
|
-
import materialPriceListCollection from "
|
|
141
|
-
import OtherPriceList from "
|
|
139
|
+
import materialPriceListCopy from "@srcComponents/sm/materialPriceListCopy.vue";
|
|
140
|
+
import materialPriceListCollection from "@srcComponents/sm/materialPriceListCollection.vue";
|
|
141
|
+
import OtherPriceList from "@srcComponents/sm/otherPriceList.vue";
|
|
142
142
|
import KZ_DropDownList from "@srcComponents/customForm/dropDownList.vue";
|
|
143
143
|
import KZTable from "@srcComponents/customForm/table.vue";
|
|
144
144
|
import ItemModal from "@srcViews/bd/common/modal/ItemModal";
|
|
@@ -285,8 +285,8 @@
|
|
|
285
285
|
<script>
|
|
286
286
|
import FormColumns from "@srcComponents/customForm/formColumns.vue";
|
|
287
287
|
|
|
288
|
-
import MaterialPriceList from '
|
|
289
|
-
import OtherPriceList from '
|
|
288
|
+
import MaterialPriceList from '@srcComponents/sm/materialPriceList.vue'
|
|
289
|
+
import OtherPriceList from '@srcComponents/sm/otherPriceList.vue'
|
|
290
290
|
import {moneyFormater, signMoneyFormater} from "@utils/utils";
|
|
291
291
|
import {addSmPrmQuotation, updateSmPrmQuotation} from "@srcApi/sm/qm/quotation";
|
|
292
292
|
//导入组件
|
|
@@ -294,7 +294,7 @@ import InputEntityLookup from "@srcComponents/selector/InputEntityLookup";
|
|
|
294
294
|
//导入lookup弹出的组件
|
|
295
295
|
import CustomerModal from "@srcViews/bd/common/modal/CustomerModal";
|
|
296
296
|
import DictSelect from "@srcComponents/selector/DictSelect";
|
|
297
|
-
import inventoryCode from "
|
|
297
|
+
import inventoryCode from "@srcComponents/sm/inventoryCode";
|
|
298
298
|
import bdItem from "@srcViews/bd/common/modal/ItemModal";
|
|
299
299
|
import {
|
|
300
300
|
addProductprice, delPriceByDetailId, delPriceByPriceId,
|
|
@@ -302,8 +302,8 @@
|
|
|
302
302
|
<script>
|
|
303
303
|
import FormColumns from "@srcComponents/customForm/formColumns.vue";
|
|
304
304
|
|
|
305
|
-
import MaterialPriceList from '
|
|
306
|
-
import OtherPriceList from '
|
|
305
|
+
import MaterialPriceList from '@srcComponents/sm/materialPriceList.vue'
|
|
306
|
+
import OtherPriceList from '@srcComponents/sm/otherPriceList.vue'
|
|
307
307
|
import {moneyFormater, signMoneyFormater} from "@utils/utils";
|
|
308
308
|
import {addSmPrmQuotation, updateSmPrmQuotation} from "@srcApi/sm/qm/quotation";
|
|
309
309
|
//导入组件
|
|
@@ -311,7 +311,7 @@ import InputEntityLookup from "@srcComponents/selector/InputEntityLookup";
|
|
|
311
311
|
//导入lookup弹出的组件
|
|
312
312
|
import CustomerModal from "@srcViews/bd/common/modal/CustomerModal";
|
|
313
313
|
import DictSelect from "@srcComponents/selector/DictSelect";
|
|
314
|
-
import inventoryCode from "
|
|
314
|
+
import inventoryCode from "@srcComponents/sm/inventoryCode";
|
|
315
315
|
import bdItem from "@srcViews/bd/common/modal/ItemModal";
|
|
316
316
|
import {
|
|
317
317
|
addProductprice, delPriceByDetailId, delPriceByPriceId,
|
|
@@ -442,8 +442,8 @@
|
|
|
442
442
|
<script>
|
|
443
443
|
import FormColumns from "@srcComponents/customForm/formColumns.vue";
|
|
444
444
|
|
|
445
|
-
import MaterialPriceList from '
|
|
446
|
-
import OtherPriceList from '
|
|
445
|
+
import MaterialPriceList from '@srcComponents/sm/materialPriceList.vue'
|
|
446
|
+
import OtherPriceList from '@srcComponents/sm/otherPriceList.vue'
|
|
447
447
|
import {moneyFormater, signMoneyFormater} from "@utils/utils";
|
|
448
448
|
import {addSmPrmQuotation, updateSmPrmQuotation} from "@srcApi/sm/qm/quotation";
|
|
449
449
|
//导入组件
|
|
@@ -451,7 +451,7 @@ import InputEntityLookup from "@srcComponents/selector/InputEntityLookup";
|
|
|
451
451
|
//导入lookup弹出的组件
|
|
452
452
|
import CustomerModal from "@srcViews/bd/common/modal/CustomerModal";
|
|
453
453
|
import DictSelect from "@srcComponents/selector/DictSelect";
|
|
454
|
-
import inventoryCode from "
|
|
454
|
+
import inventoryCode from "@srcComponents/sm/inventoryCode";
|
|
455
455
|
import {
|
|
456
456
|
addProductprice, delPriceByDetailId, delPriceByPriceId,
|
|
457
457
|
delPriceCustomerById,
|
|
@@ -318,8 +318,8 @@
|
|
|
318
318
|
import {getSmSysSettingValueByCode} from "@utils/cache/smCache";
|
|
319
319
|
import FormColumns from "@srcComponents/customForm/formColumns.vue";
|
|
320
320
|
import itemGroupingModal from './itemGroupingModal';
|
|
321
|
-
import MaterialPriceList from '
|
|
322
|
-
import OtherPriceList from '
|
|
321
|
+
import MaterialPriceList from '@srcComponents/sm/materialPriceList.vue'
|
|
322
|
+
import OtherPriceList from '@srcComponents/sm/otherPriceList.vue'
|
|
323
323
|
import {moneyFormater, signMoneyFormater} from "@utils/utils";
|
|
324
324
|
import {addSmPrmQuotation, updateSmPrmQuotation} from "@srcApi/sm/qm/quotation";
|
|
325
325
|
//导入组件
|
|
@@ -328,7 +328,7 @@ import InputEntityLookup from "@srcComponents/selector/InputEntityLookup";
|
|
|
328
328
|
import CustomerModal from "@srcViews/bd/common/modal/CustomerModal";
|
|
329
329
|
import AreaModal from "./areaModal"
|
|
330
330
|
import DictSelect from "@srcComponents/selector/DictSelect";
|
|
331
|
-
import inventoryCode from "
|
|
331
|
+
import inventoryCode from "@srcComponents/sm/inventoryCode";
|
|
332
332
|
import bdItem from "@srcViews/bd/common/modal/ItemModal";
|
|
333
333
|
//import itemGroupDialog from "./itemGroupDialog"
|
|
334
334
|
import {
|
|
@@ -349,7 +349,7 @@ import {
|
|
|
349
349
|
selectCustomerByPriceId
|
|
350
350
|
} from "@srcApi/sm/qm/productPriceCustomer";
|
|
351
351
|
import KZ_DropDownList from "@srcComponents/customForm/dropDownList";
|
|
352
|
-
import SM_Table from "
|
|
352
|
+
import SM_Table from "@srcComponents/sm/smTable.vue"
|
|
353
353
|
|
|
354
354
|
export default {
|
|
355
355
|
name: "add",
|
|
@@ -602,7 +602,7 @@ import Vue from 'vue';
|
|
|
602
602
|
import EntitySelect from "@srcComponents/selector/EntitySelect";
|
|
603
603
|
import CustomerModal from "@srcViews/bd/common/modal/CustomerModal";
|
|
604
604
|
import InputEntityLookup from "@srcComponents/selector/InputEntityLookup";
|
|
605
|
-
import inventoryCode from "
|
|
605
|
+
import inventoryCode from "@srcComponents/sm/inventoryCode";
|
|
606
606
|
import bdItem from "@srcViews/bd/common/modal/ItemModal";
|
|
607
607
|
|
|
608
608
|
export default {
|
|
@@ -79,9 +79,9 @@ import {getSmSysSettingValueByCode} from "@utils/cache/smCache";
|
|
|
79
79
|
import FormColumns from "@srcComponents/customForm/formColumns.vue";
|
|
80
80
|
import moment from "moment";
|
|
81
81
|
import CustomerModal from "@srcViews/bd/common/modal/CustomerModal";
|
|
82
|
-
import MaterialPriceList from "
|
|
83
|
-
import materialPriceListCollection from "
|
|
84
|
-
import OtherPriceList from "
|
|
82
|
+
import MaterialPriceList from "@srcComponents/sm/materialPriceList.vue";
|
|
83
|
+
import materialPriceListCollection from "@srcComponents/sm/materialPriceListCollection.vue";
|
|
84
|
+
import OtherPriceList from "@srcComponents/sm/otherPriceList.vue";
|
|
85
85
|
import KZ_DropDownList from "@srcComponents/customForm/dropDownList.vue";
|
|
86
86
|
import {moneyFormater, signMoneyFormater} from "@utils/utils";
|
|
87
87
|
import {
|
|
@@ -86,7 +86,7 @@ import TableForm from "@srcComponents/base/dialog/tableForm.vue";
|
|
|
86
86
|
import DropDownList from "@srcComponents/customForm/dropDownList.vue";
|
|
87
87
|
import DatePicker from "@srcComponents/customForm/datePicker.vue";
|
|
88
88
|
import Lookup from "@srcComponents/customForm/lookup.vue";
|
|
89
|
-
import MaterialPriceList from "
|
|
89
|
+
import MaterialPriceList from "@srcComponents/sm/materialPriceList.vue";
|
|
90
90
|
|
|
91
91
|
import CustomerModal from "@srcViews/bd/common/modal/CustomerModal";
|
|
92
92
|
import VendorModal from "@srcViews/bd/common/modal/VendorModal";
|
|
@@ -153,7 +153,7 @@ import TableForm from "@srcComponents/base/dialog/tableForm.vue";
|
|
|
153
153
|
import DropDownList from "@srcComponents/customForm/dropDownList.vue";
|
|
154
154
|
import DatePicker from "@srcComponents/customForm/datePicker.vue";
|
|
155
155
|
import Lookup from "@srcComponents/customForm/lookup.vue";
|
|
156
|
-
import MaterialPriceList from "
|
|
156
|
+
import MaterialPriceList from "@srcComponents/sm/materialPriceList.vue";
|
|
157
157
|
import stocktransferDialog from "./stocktransferDialog";
|
|
158
158
|
|
|
159
159
|
import CustomerModal from "@srcViews/bd/common/modal/CustomerModal";
|