diff --git a/README.md b/README.md index a9b4d43fdaf628b05d45f1798cb20bf5e896721a..11e5570458abac0bb7fd2620ef24322cdd6101bd 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ #### 项目介绍 智能制造云办公软件,后端采用Springboot框架,前端采用基于layui封装的winUI,打造一款不同风格的办公软件。适用于中型企业等机构的管理。包含30多个应用模块、50多种电子流程,CRM客户、PM项目、ERP采购、库存、ADM行政、HR人事、笔记、知识库、多门店、商城、财务、考勤、HCM薪资、云盘等全面管理,打造全业务覆盖、全流程驱动的云办公。实现一体化智能制造行业的管理,实现管理流程“客户关系-> -线上/线下报价->销售报价->销售合同->生产计划->产品设计->采购->加工制造->入库->发货->售后服务”的高效运作,同时实现企业员工的管理以及内部运作的流程操作,完善了员工从“入职->培训->转正->办公->离职”等多项功能。 +线上/线下报价->销售报价->销售合同->生产计划->商品设计->采购->加工制造->入库->发货->售后服务”的高效运作,同时实现企业员工的管理以及内部运作的流程操作,完善了员工从“入职->培训->转正->办公->离职”等多项功能。 - 最新资讯:[2022-10-24 智能制造云办公 v3.8.6 发布,ERP 更新](https://www.oschina.net/news/214690/skyeye-3-8-6-released) - [软件更新资讯](https://gitee.com/doc_wei01/skyeye/blob/company_server/HISTORY_UPDATE.md) diff --git a/erp-produce/src/main/resources/template/js/erpBom/erpBomList.js b/erp-produce/src/main/resources/template/js/erpBom/erpBomList.js index edb8a930345803255cbf736c2c6e6d8df0ba8092..1c8b7b3951a9cfbfc484182a90b7242aa70b8218 100644 --- a/erp-produce/src/main/resources/template/js/erpBom/erpBomList.js +++ b/erp-produce/src/main/resources/template/js/erpBom/erpBomList.js @@ -35,7 +35,7 @@ layui.config({ { field: 'consumablesPrice', title: '耗材总费用', align: 'right',width: 100 }, { field: 'procedurePrice', title: '工序总费用', align: 'right',width: 100 }, { field: 'wastagePrice', title: '耗损总费用', align: 'right',width: 100 }, - { field: 'sealPrice', title: '产品销售价', align: 'right',width: 100 }, + { field: 'sealPrice', title: '商品销售价', align: 'right',width: 100 }, { field: 'remark', title: '备注说明', align: 'left',width: 200 }, { title: systemLanguage["com.skyeye.operation"][languageType], fixed: 'right', align: 'center', width: 150, toolbar: '#tableBar' } ]], diff --git a/erp-produce/src/main/resources/template/js/erpMachin/erpMachinAdd.js b/erp-produce/src/main/resources/template/js/erpMachin/erpMachinAdd.js index 85b026cb43d32b82f74f63496d5d89052e7d896f..1694a5e91c5c963ffb9b3d9fad0545c39425f61e 100644 --- a/erp-produce/src/main/resources/template/js/erpMachin/erpMachinAdd.js +++ b/erp-produce/src/main/resources/template/js/erpMachin/erpMachinAdd.js @@ -267,7 +267,7 @@ layui.config({ area: ['90vw', '90vh'], callBack: function (refreshCode) { $("#productionOrder").val(productionMation.defaultNumber); - // 加工产品信息 + // 加工商品信息 machinPro = { materialId: productionMation.materialId, materialName: productionMation.materialName, diff --git a/erp-produce/src/main/resources/template/js/erpMachin/erpMachinEdit.js b/erp-produce/src/main/resources/template/js/erpMachin/erpMachinEdit.js index e5e80e88b4a12d54089757ba62b7b987f3dd96d5..04bc4336e913479283dae35e0e4dd8f7517a54f3 100644 --- a/erp-produce/src/main/resources/template/js/erpMachin/erpMachinEdit.js +++ b/erp-produce/src/main/resources/template/js/erpMachin/erpMachinEdit.js @@ -57,7 +57,7 @@ layui.config({ id: data.productionId }; } - //加工产品信息 + //加工商品信息 machinPro = { materialId: data.materialId, materialName: data.normMation.materialName, @@ -335,7 +335,7 @@ layui.config({ area: ['90vw', '90vh'], callBack: function (refreshCode) { $("#productionOrder").val(productionMation.defaultNumber); - //加工产品信息 + //加工商品信息 machinPro = { materialId: productionMation.materialId, materialName: productionMation.materialName, diff --git a/erp/src/main/resources/template/js/allocation/allocationlist.js b/erp/src/main/resources/template/js/allocation/allocationlist.js index d98247efa8c73a48d830d6f07c91b76ba5a0f84d..c5d231dd64a082ec83849a32678912814687b7de 100644 --- a/erp/src/main/resources/template/js/allocation/allocationlist.js +++ b/erp/src/main/resources/template/js/allocation/allocationlist.js @@ -32,7 +32,7 @@ layui.config({ { field: 'defaultNumber', title: '单据编号', align: 'left', width: 200, templet: function (d) { return '' + d.defaultNumber + ''; }}, - { field: 'materialNames', title: '产品信息', align: 'left', width: 300}, + { field: 'materialNames', title: '商品信息', align: 'left', width: 300}, { field: 'status', title: '状态', align: 'left', width: 80, templet: function (d) { if(d.status == '0'){ return "未审核"; diff --git a/erp/src/main/resources/template/js/assemblysheet/assemblysheetlist.js b/erp/src/main/resources/template/js/assemblysheet/assemblysheetlist.js index 9baeccb979d5e500df387f387f63fa804ca8bfb1..27e86d079285db7517d48e1dd3425eadd4672654 100644 --- a/erp/src/main/resources/template/js/assemblysheet/assemblysheetlist.js +++ b/erp/src/main/resources/template/js/assemblysheet/assemblysheetlist.js @@ -32,7 +32,7 @@ layui.config({ { field: 'defaultNumber', title: '单据编号', align: 'left', width: 200, templet: function (d) { return '' + d.defaultNumber + ''; }}, - { field: 'materialNames', title: '产品信息', align: 'left', width: 300}, + { field: 'materialNames', title: '商品信息', align: 'left', width: 300}, { field: 'status', title: '状态', align: 'left', width: 80, templet: function (d) { if(d.status == '0'){ return "未审核"; diff --git a/erp/src/main/resources/template/js/erpstatistics/incomingallstatistics.js b/erp/src/main/resources/template/js/erpstatistics/incomingallstatistics.js index 334f9f95dc498c7ded036d20ee71b222424c4d77..d88c0e0885909dbfd238efeb0db70cf75b1a6007 100644 --- a/erp/src/main/resources/template/js/erpstatistics/incomingallstatistics.js +++ b/erp/src/main/resources/template/js/erpstatistics/incomingallstatistics.js @@ -45,7 +45,7 @@ layui.config({ limit: 8, cols: [[ { title: systemLanguage["com.skyeye.serialNumber"][languageType], type: 'numbers' }, - { field: 'materialName', title: '产品名称', align: 'left', width: 250}, + { field: 'materialName', title: '商品名称', align: 'left', width: 250}, { field: 'model', title: '型号', align: 'left', width: 100}, { field: 'typeName', title: '分类', align: 'left', width: 100}, { field: 'unitName', title: '单位', align: 'left', width: 80}, diff --git a/erp/src/main/resources/template/js/erpstatistics/incomingstatistics.js b/erp/src/main/resources/template/js/erpstatistics/incomingstatistics.js index c5142f9bf1c0102006ce7e83d97357e3fc37f8d1..c6797f39ba1a00fca3aa8a78c550bfaaaece889e 100644 --- a/erp/src/main/resources/template/js/erpstatistics/incomingstatistics.js +++ b/erp/src/main/resources/template/js/erpstatistics/incomingstatistics.js @@ -22,7 +22,7 @@ layui.config({ limit: getLimit(), cols: [[ { title: systemLanguage["com.skyeye.serialNumber"][languageType], type: 'numbers' }, - { field: 'materialName', title: '产品名称', align: 'left', width: 250 }, + { field: 'materialName', title: '商品名称', align: 'left', width: 250 }, { field: 'materialModel', title: '型号', align: 'left', width: 150 }, { field: 'unitName', title: '单位', align: 'left', width: 80 }, { field: 'currentTock', title: '进货数量', align: 'left', width: 100 }, diff --git a/erp/src/main/resources/template/js/erpstatistics/salesallstatistics.js b/erp/src/main/resources/template/js/erpstatistics/salesallstatistics.js index 0d331d131cf93e946a3bdececd54b38632ce1192..7a13271c79aaf1734d829f89ac9f8a96a78e3338 100644 --- a/erp/src/main/resources/template/js/erpstatistics/salesallstatistics.js +++ b/erp/src/main/resources/template/js/erpstatistics/salesallstatistics.js @@ -44,7 +44,7 @@ layui.config({ limit: 8, cols: [[ { title: systemLanguage["com.skyeye.serialNumber"][languageType], type: 'numbers' }, - { field: 'materialName', title: '产品名称', align: 'left', width: 250}, + { field: 'materialName', title: '商品名称', align: 'left', width: 250}, { field: 'model', title: '型号', align: 'left', width: 100}, { field: 'typeName', title: '分类', align: 'left', width: 100}, { field: 'unitName', title: '单位', align: 'left', width: 80}, diff --git a/erp/src/main/resources/template/js/erpstatistics/salesstatistics.js b/erp/src/main/resources/template/js/erpstatistics/salesstatistics.js index 388fa731226d99f557d4a0f025dd9fb58df61462..5eda559946dc47822d1f477ff815b6209cf154b7 100644 --- a/erp/src/main/resources/template/js/erpstatistics/salesstatistics.js +++ b/erp/src/main/resources/template/js/erpstatistics/salesstatistics.js @@ -25,7 +25,7 @@ layui.config({ limit: getLimit(), cols: [[ { title: systemLanguage["com.skyeye.serialNumber"][languageType], type: 'numbers' }, - { field: 'materialName', title: '产品名称', align: 'left', width: 250 }, + { field: 'materialName', title: '商品名称', align: 'left', width: 250 }, { field: 'materialModel', title: '型号', align: 'left', width: 150 }, { field: 'unitName', title: '单位', align: 'left', width: 80 }, { field: 'currentTock', title: '销售数量', align: 'left', width: 100 }, diff --git a/erp/src/main/resources/template/js/splitlist/splitlistlist.js b/erp/src/main/resources/template/js/splitlist/splitlistlist.js index 12cb75e839bae6358a3f7fe7c6ccd29a991c8a6a..c1b657238f51f717f55cd8c29290ee283e637f90 100644 --- a/erp/src/main/resources/template/js/splitlist/splitlistlist.js +++ b/erp/src/main/resources/template/js/splitlist/splitlistlist.js @@ -32,7 +32,7 @@ layui.config({ { field: 'defaultNumber', title: '单据编号', align: 'left', width: 200, templet: function (d) { return '' + d.defaultNumber + ''; }}, - { field: 'materialNames', title: '产品信息', align: 'left', width: 300}, + { field: 'materialNames', title: '商品信息', align: 'left', width: 300}, { field: 'status', title: '状态', align: 'left', width: 80, templet: function (d) { if(d.status == '0'){ return "未审核"; diff --git a/erp/src/main/resources/template/js/storeHouseApproval/storeHouseOtherList.js b/erp/src/main/resources/template/js/storeHouseApproval/storeHouseOtherList.js index a76d6f938f73f4eb658cd2b3e8a136947926806a..209ca3e2cf3d188a4a7e85ec6e51635fccf4c750 100644 --- a/erp/src/main/resources/template/js/storeHouseApproval/storeHouseOtherList.js +++ b/erp/src/main/resources/template/js/storeHouseApproval/storeHouseOtherList.js @@ -61,7 +61,7 @@ layui.config({ return str; }}, { field: 'subTypeName', title: '单据类型', align: 'left', width: 100}, - { field: 'materialNames', title: '关联产品', align: 'left', width: 300}, + { field: 'materialNames', title: '关联商品', align: 'left', width: 300}, { field: 'status', title: '状态', align: 'left', width: 80, templet: function (d) { if(d.status == '0'){ return "未审核"; diff --git a/erp/src/main/resources/template/js/storeHouseApproval/storeHousePassOtherList.js b/erp/src/main/resources/template/js/storeHouseApproval/storeHousePassOtherList.js index 1d40c484e99c5f85dc6c8c2fc15a7dd338b914ef..1640ce2c0394b657549d080ee6cb95d06d961d5a 100644 --- a/erp/src/main/resources/template/js/storeHouseApproval/storeHousePassOtherList.js +++ b/erp/src/main/resources/template/js/storeHouseApproval/storeHousePassOtherList.js @@ -61,7 +61,7 @@ layui.config({ return str; }}, { field: 'subTypeName', title: '单据类型', align: 'left', width: 100}, - { field: 'materialNames', title: '关联产品', align: 'left', width: 300}, + { field: 'materialNames', title: '关联商品', align: 'left', width: 300}, { field: 'status', title: '状态', align: 'left', width: 80, templet: function (d) { if(d.status == '0'){ return "未审核"; diff --git a/erp/src/main/resources/template/tpl/allocation/allocationdetails.html b/erp/src/main/resources/template/tpl/allocation/allocationdetails.html index ec7f2e7767e417eb139bfc2b6fc35087eb0fe09e..abb3db80b408eb47eb28a69180d24376c2cf0ed1 100644 --- a/erp/src/main/resources/template/tpl/allocation/allocationdetails.html +++ b/erp/src/main/resources/template/tpl/allocation/allocationdetails.html @@ -65,7 +65,7 @@ 调出仓库 - 产品(型号) + 商品(型号) 单位 调入仓库 数量 diff --git a/erp/src/main/resources/template/tpl/assemblysheet/assemblysheetdetails.html b/erp/src/main/resources/template/tpl/assemblysheet/assemblysheetdetails.html index e15964ee624858a76f4dadf8001e3bee83b098f7..7db4d90983c976ae92aebdbd75039d0c18c387e8 100644 --- a/erp/src/main/resources/template/tpl/assemblysheet/assemblysheetdetails.html +++ b/erp/src/main/resources/template/tpl/assemblysheet/assemblysheetdetails.html @@ -65,7 +65,7 @@ 商品类型 仓库 - 产品(型号) + 商品(型号) 单位 数量 单价 diff --git a/erp/src/main/resources/template/tpl/material/materialInventoryWarningList.html b/erp/src/main/resources/template/tpl/material/materialInventoryWarningList.html index 0c39bd7bffebf4551343eead23c3471277f36f8b..13bd74e4f29589f8ad3694a56b33b3a701d53ed4 100644 --- a/erp/src/main/resources/template/tpl/material/materialInventoryWarningList.html +++ b/erp/src/main/resources/template/tpl/material/materialInventoryWarningList.html @@ -26,7 +26,7 @@
- +
diff --git a/erp/src/main/resources/template/tpl/material/materialReserveList.html b/erp/src/main/resources/template/tpl/material/materialReserveList.html index 502a3d09a7aff42ce5c22bb30b6771f7c19b19cc..51dff0f0c94a9516c78d71aa5f4ecf3b72d47eba 100644 --- a/erp/src/main/resources/template/tpl/material/materialReserveList.html +++ b/erp/src/main/resources/template/tpl/material/materialReserveList.html @@ -32,7 +32,7 @@
- +
diff --git a/erp/src/main/resources/template/tpl/materialCategory/materialCategoryAdd.html b/erp/src/main/resources/template/tpl/materialCategory/materialCategoryAdd.html index 39d963667e7810c7ac4e43cd8fd4cd1fc99eb3ec..b2bcbdcd8afa5d1ebb345b644b50b0e81b177ffe 100644 --- a/erp/src/main/resources/template/tpl/materialCategory/materialCategoryAdd.html +++ b/erp/src/main/resources/template/tpl/materialCategory/materialCategoryAdd.html @@ -14,7 +14,7 @@
- +
diff --git a/erp/src/main/resources/template/tpl/materialCategory/materialCategoryEdit.html b/erp/src/main/resources/template/tpl/materialCategory/materialCategoryEdit.html index 7efbd842140ad8ae0fc749e121901f39395f22ca..39317da4acfd263c778009b6e5e10668f6417a9d 100644 --- a/erp/src/main/resources/template/tpl/materialCategory/materialCategoryEdit.html +++ b/erp/src/main/resources/template/tpl/materialCategory/materialCategoryEdit.html @@ -18,7 +18,7 @@
- +
diff --git a/erp/src/main/resources/template/tpl/otheroutlets/otheroutletsdetails.html b/erp/src/main/resources/template/tpl/otheroutlets/otheroutletsdetails.html index 6d5b4cc9ea415b000aeffae88973d8499f5617e3..4edf575acf1393c952fc5cadf2d447ebaec01e77 100644 --- a/erp/src/main/resources/template/tpl/otheroutlets/otheroutletsdetails.html +++ b/erp/src/main/resources/template/tpl/otheroutlets/otheroutletsdetails.html @@ -71,7 +71,7 @@ 仓库 - 产品(型号) + 商品(型号) 单位 数量 单价 diff --git a/erp/src/main/resources/template/tpl/otherwarehous/otherwarehousdetails.html b/erp/src/main/resources/template/tpl/otherwarehous/otherwarehousdetails.html index fec759cd1461f7be8b1158df533898903b2d453e..4b06ffc1d0683f7c58a18b325e0fc52807384c00 100644 --- a/erp/src/main/resources/template/tpl/otherwarehous/otherwarehousdetails.html +++ b/erp/src/main/resources/template/tpl/otherwarehous/otherwarehousdetails.html @@ -71,7 +71,7 @@ 仓库 - 产品(型号) + 商品(型号) 单位 数量 单价 diff --git a/erp/src/main/resources/template/tpl/purchaseorder/purchaseOrderDetails.html b/erp/src/main/resources/template/tpl/purchaseorder/purchaseOrderDetails.html index 0795692170ce47fae6ffdf284c2241060b013f23..d28c99f79b9235ef1450a4a7f20fec7f4003303d 100644 --- a/erp/src/main/resources/template/tpl/purchaseorder/purchaseOrderDetails.html +++ b/erp/src/main/resources/template/tpl/purchaseorder/purchaseOrderDetails.html @@ -89,7 +89,7 @@ - + diff --git a/erp/src/main/resources/template/tpl/purchaseput/purchaseputdetails.html b/erp/src/main/resources/template/tpl/purchaseput/purchaseputdetails.html index 4f6cc1242838b78c85c3e35f9a927d256545b82f..818b87d557fc9e458e9b4d7c263fdc5687090695 100644 --- a/erp/src/main/resources/template/tpl/purchaseput/purchaseputdetails.html +++ b/erp/src/main/resources/template/tpl/purchaseput/purchaseputdetails.html @@ -75,7 +75,7 @@ - + diff --git a/erp/src/main/resources/template/tpl/purchasereturns/purchasereturnsdetails.html b/erp/src/main/resources/template/tpl/purchasereturns/purchasereturnsdetails.html index 9d5b94882781ca88fc7809f139759f75330d0ef4..03f53ffd0792fde0ffc954eea05ff2943781e877 100644 --- a/erp/src/main/resources/template/tpl/purchasereturns/purchasereturnsdetails.html +++ b/erp/src/main/resources/template/tpl/purchasereturns/purchasereturnsdetails.html @@ -71,7 +71,7 @@ - + diff --git a/erp/src/main/resources/template/tpl/retailoutlet/retailoutletdetails.html b/erp/src/main/resources/template/tpl/retailoutlet/retailoutletdetails.html index 8824c54932f8b6e56d4f045e51de838d240c88da..ed60e9fb15f12c365e088a5e917b13403523327b 100644 --- a/erp/src/main/resources/template/tpl/retailoutlet/retailoutletdetails.html +++ b/erp/src/main/resources/template/tpl/retailoutlet/retailoutletdetails.html @@ -83,7 +83,7 @@ - + diff --git a/erp/src/main/resources/template/tpl/retailreturns/retailReturnsDetails.html b/erp/src/main/resources/template/tpl/retailreturns/retailReturnsDetails.html index 998dd9251050f3bfcfec9980cd793144c1fb3fec..115b9aa02250568ad9cfaf6b207e3b6557476b96 100644 --- a/erp/src/main/resources/template/tpl/retailreturns/retailReturnsDetails.html +++ b/erp/src/main/resources/template/tpl/retailreturns/retailReturnsDetails.html @@ -82,7 +82,7 @@ - + diff --git a/erp/src/main/resources/template/tpl/salesorder/salesorderdetails.html b/erp/src/main/resources/template/tpl/salesorder/salesorderdetails.html index 0220e09fe946fe287032bc8284e1bed8575254c0..136b40dd86a96f48b884863a908bf2626999bf30 100644 --- a/erp/src/main/resources/template/tpl/salesorder/salesorderdetails.html +++ b/erp/src/main/resources/template/tpl/salesorder/salesorderdetails.html @@ -83,7 +83,7 @@
产品(型号)商品(型号) 单位 数量 单价
仓库产品(型号)商品(型号) 单位 数量 单价
仓库产品(型号)商品(型号) 单位 数量 单价
仓库产品(型号)商品(型号) 单位 数量 单价
仓库产品(型号)商品(型号) 单位 数量 单价
- + diff --git a/erp/src/main/resources/template/tpl/salesoutlet/salesoutletdetails.html b/erp/src/main/resources/template/tpl/salesoutlet/salesoutletdetails.html index ccdb685ec950cd5f426d8b5ac6d8c423acf62499..7e7515fe37f3f6c061c94c942cc446fb3ead49ac 100644 --- a/erp/src/main/resources/template/tpl/salesoutlet/salesoutletdetails.html +++ b/erp/src/main/resources/template/tpl/salesoutlet/salesoutletdetails.html @@ -75,7 +75,7 @@ - + diff --git a/erp/src/main/resources/template/tpl/salesreturns/salesReturnsDetails.html b/erp/src/main/resources/template/tpl/salesreturns/salesReturnsDetails.html index 42b67b73a64b35ee6232c375fb94389205ba12d1..364cfcc8ecb142d6446a607d1bd73281b3e30f73 100644 --- a/erp/src/main/resources/template/tpl/salesreturns/salesReturnsDetails.html +++ b/erp/src/main/resources/template/tpl/salesreturns/salesReturnsDetails.html @@ -71,7 +71,7 @@ - + diff --git a/erp/src/main/resources/template/tpl/splitlist/splitlistdetails.html b/erp/src/main/resources/template/tpl/splitlist/splitlistdetails.html index 6951a7778dbbc807083c9611185701d3501ffb2e..8ac25e5666c6bf332431e1e16e7d6b9fbeee1dad 100644 --- a/erp/src/main/resources/template/tpl/splitlist/splitlistdetails.html +++ b/erp/src/main/resources/template/tpl/splitlist/splitlistdetails.html @@ -66,7 +66,7 @@ - + diff --git a/seal-service/src/main/resources/template/js/feedback/feedbackadd.js b/seal-service/src/main/resources/template/js/feedback/feedbackadd.js index 8e82e26baab8a93e9c45d7a3665c8d30a57f87f4..9968202dfb39f03f1c0adcfeb855a5631625c50a 100644 --- a/seal-service/src/main/resources/template/js/feedback/feedbackadd.js +++ b/seal-service/src/main/resources/template/js/feedback/feedbackadd.js @@ -11,7 +11,7 @@ layui.config({ var index = parent.layer.getFrameIndex(window.name); var $ = layui.$; var customerId = "",//客户id - productId = "";//产品id + productId = "";//商品id AjaxPostUtil.request({url: flowableBasePath + "feedback002", params: {serviceId: parent.serviceId}, type: 'json', callback: function(json) { $("#orderNum").html(json.bean.orderNum); diff --git a/seal-service/src/main/resources/template/js/sealseservice/sealseserviceadd.js b/seal-service/src/main/resources/template/js/sealseservice/sealseserviceadd.js index 55269d7881cd0266c364319f498e45405a6a9865..e5ad4425a3e6cc2beb0250fdea86e56b009983ec 100644 --- a/seal-service/src/main/resources/template/js/sealseservice/sealseserviceadd.js +++ b/seal-service/src/main/resources/template/js/sealseservice/sealseserviceadd.js @@ -81,8 +81,8 @@ layui.config({ areaId: areaId,//区县,可为空 townshipId: townshipId,//乡镇,可为空 addressDetailed: $("#addressDetailed").val(),//详细地址,不可为空 - productId: isNull(erpOrderUtil.chooseProductMation.materialId) ? '' : erpOrderUtil.chooseProductMation.materialId,//产品id,可为空 - productName: $("#productName").val(),//产品名称,可为空 + productId: isNull(erpOrderUtil.chooseProductMation.materialId) ? '' : erpOrderUtil.chooseProductMation.materialId,//商品id,可为空 + productName: $("#productName").val(),//商品名称,可为空 productNorms: $("#productNorms").val(),//规格型号,可为空 productSerialNum: $("#productSerialNum").val(),//序列号,可为空 productWarranty: $("#productWarranty").val(),//质保类型,可为空 @@ -211,7 +211,7 @@ layui.config({ }}); } - //产品选择 + //商品选择 $("body").on("click", "#productNameSel", function (e) { erpOrderUtil.openMaterialChooseChoosePage(function (chooseProductMation) { $("#productName").val(chooseProductMation.materialName); diff --git a/seal-service/src/main/resources/template/js/sealseservice/sealseservicedetails.js b/seal-service/src/main/resources/template/js/sealseservice/sealseservicedetails.js index 9e15708b20e0e67de77a766368edfe12da32b83c..a4ee298ca8903bc9b2e56949adf9fefc07e8085b 100644 --- a/seal-service/src/main/resources/template/js/sealseservice/sealseservicedetails.js +++ b/seal-service/src/main/resources/template/js/sealseservice/sealseservicedetails.js @@ -1,5 +1,5 @@ -var rowId = "";//情况反馈id/客户id/产品id +var rowId = "";//情况反馈id/客户id/商品id var serviceId = "";//工单id layui.config({ @@ -70,7 +70,7 @@ layui.config({ $("#customerName").html('' + $("#customerName").html() + ''); } - //产品详情 + //商品详情 if (!isNull(json.bean.productId)){ $("#productName").html('' + $("#productName").html() + ''); } @@ -103,12 +103,12 @@ layui.config({ }}); }); - // 产品详情 + // 商品详情 $("body").on("click", ".productNameMation", function() { rowId = $(this).attr("rowid"); _openNewWindows({ url: "../../tpl/material/materialdetails.html", - title: "产品详情", + title: "商品详情", pageId: "licencedetails", area: ['90vw', '90vh'], callBack: function (refreshCode) { diff --git a/seal-service/src/main/resources/template/js/sealseservice/sealseserviceedit.js b/seal-service/src/main/resources/template/js/sealseservice/sealseserviceedit.js index b992df097dc8b0bdb49fe4c7d076d9e5de799855..f6fcf34fe95528b0d5655fb89c954d10830a7501 100644 --- a/seal-service/src/main/resources/template/js/sealseservice/sealseserviceedit.js +++ b/seal-service/src/main/resources/template/js/sealseservice/sealseserviceedit.js @@ -125,8 +125,8 @@ layui.config({ areaId: areaId,//区县,可为空 townshipId: townshipId,//乡镇,可为空 addressDetailed: $("#addressDetailed").val(),//详细地址,不可为空 - productId: isNull(erpOrderUtil.chooseProductMation.materialId) ? '' : erpOrderUtil.chooseProductMation.materialId,//产品id,可为空 - productName: $("#productName").val(),//产品名称,可为空 + productId: isNull(erpOrderUtil.chooseProductMation.materialId) ? '' : erpOrderUtil.chooseProductMation.materialId,//商品id,可为空 + productName: $("#productName").val(),//商品名称,可为空 productNorms: $("#productNorms").val(),//规格型号,可为空 productSerialNum: $("#productSerialNum").val(),//序列号,可为空 productWarranty: $("#productWarranty").val(),//质保类型,可为空 @@ -315,7 +315,7 @@ layui.config({ }}); } - //产品选择 + //商品选择 $("body").on("click", "#productNameSel", function (e) { erpOrderUtil.openMaterialChooseChoosePage(function (chooseProductMation) { $("#productName").val(chooseProductMation.materialName); diff --git a/seal-service/src/main/resources/template/js/stateisstayevaluate/stateisstayevaluatelist.js b/seal-service/src/main/resources/template/js/stateisstayevaluate/stateisstayevaluatelist.js index a78dd6e2efa95adda07c64b8bf2a562f5a6eeb80..f12747943456a749116519170820e3a4efee8180 100644 --- a/seal-service/src/main/resources/template/js/stateisstayevaluate/stateisstayevaluatelist.js +++ b/seal-service/src/main/resources/template/js/stateisstayevaluate/stateisstayevaluatelist.js @@ -42,7 +42,7 @@ layui.config({ { field: 'serviceTypeName', title: '服务类型', align: 'left', width: 100 }, { field: 'declarationTime', title: '报单时间', align: 'center', width: 140 }, { field: 'customerName', title: '客户名称', align: 'left', width: 120 }, - { field: 'productName', title: '产品名称', align: 'left', width: 120 }, + { field: 'productName', title: '商品名称', align: 'left', width: 120 }, { title: systemLanguage["com.skyeye.operation"][languageType], fixed: 'right', align: 'center', width: 150, toolbar: '#tableBar'} ]], done: function(json) { diff --git a/seal-service/src/main/resources/template/js/stateisstayevaluateall/stateisstayevaluatealllist.js b/seal-service/src/main/resources/template/js/stateisstayevaluateall/stateisstayevaluatealllist.js index b7f4e85247158091a1751d1f4b04f24852e9678f..3827fba1a348432a7cd48ecba23061eed9110039 100644 --- a/seal-service/src/main/resources/template/js/stateisstayevaluateall/stateisstayevaluatealllist.js +++ b/seal-service/src/main/resources/template/js/stateisstayevaluateall/stateisstayevaluatealllist.js @@ -43,7 +43,7 @@ layui.config({ { field: 'serviceTypeName', title: '服务类型', align: 'left', width: 100 }, { field: 'declarationTime', title: '报单时间', align: 'center', width: 140 }, { field: 'customerName', title: '客户名称', align: 'left', width: 120 }, - { field: 'productName', title: '产品名称', align: 'left', width: 120 }, + { field: 'productName', title: '商品名称', align: 'left', width: 120 }, { title: systemLanguage["com.skyeye.operation"][languageType], fixed: 'right', align: 'center', width: 150, toolbar: '#tableBar'} ]], done: function(json) { diff --git a/seal-service/src/main/resources/template/js/stateisstayexamine/stateisstayexaminelist.js b/seal-service/src/main/resources/template/js/stateisstayexamine/stateisstayexaminelist.js index f6b737b362e9f692e7938b9bae8b2ab701eb1b9c..5d5b71474d9eadcac254df061b300c599a708acc 100644 --- a/seal-service/src/main/resources/template/js/stateisstayexamine/stateisstayexaminelist.js +++ b/seal-service/src/main/resources/template/js/stateisstayexamine/stateisstayexaminelist.js @@ -42,7 +42,7 @@ layui.config({ { field: 'serviceTypeName', title: '服务类型', align: 'left', width: 100 }, { field: 'declarationTime', title: '报单时间', align: 'center', width: 140 }, { field: 'customerName', title: '客户名称', align: 'left', width: 120 }, - { field: 'productName', title: '产品名称', align: 'left', width: 120 }, + { field: 'productName', title: '商品名称', align: 'left', width: 120 }, { title: systemLanguage["com.skyeye.operation"][languageType], fixed: 'right', align: 'center', width: 120, toolbar: '#tableBar'} ]], done: function(json) { diff --git a/seal-service/src/main/resources/template/js/stateisstayfinishedpro/stateisstayfinishedprolist.js b/seal-service/src/main/resources/template/js/stateisstayfinishedpro/stateisstayfinishedprolist.js index c93fb271c11e8c5361ff8c261b0f403f61c28fb6..7f53dfbf18dde4f6e7e17e7bdaa46747ded435f2 100644 --- a/seal-service/src/main/resources/template/js/stateisstayfinishedpro/stateisstayfinishedprolist.js +++ b/seal-service/src/main/resources/template/js/stateisstayfinishedpro/stateisstayfinishedprolist.js @@ -42,7 +42,7 @@ layui.config({ { field: 'serviceTypeName', title: '服务类型', align: 'left', width: 100 }, { field: 'declarationTime', title: '报单时间', align: 'center', width: 140 }, { field: 'customerName', title: '客户名称', align: 'left', width: 120 }, - { field: 'productName', title: '产品名称', align: 'left', width: 120 }, + { field: 'productName', title: '商品名称', align: 'left', width: 120 }, { title: systemLanguage["com.skyeye.operation"][languageType], fixed: 'right', align: 'center', width: 140, toolbar: '#tableBar'} ]], done: function(json) { diff --git a/seal-service/src/main/resources/template/js/stateisstaymycreate/stateisstaymycreatelist.js b/seal-service/src/main/resources/template/js/stateisstaymycreate/stateisstaymycreatelist.js index 9f31cb0834a99a226e6396410428dac0a531450d..7dfb36ed6576585461468a2bf073cc03cd35796d 100644 --- a/seal-service/src/main/resources/template/js/stateisstaymycreate/stateisstaymycreatelist.js +++ b/seal-service/src/main/resources/template/js/stateisstaymycreate/stateisstaymycreatelist.js @@ -42,7 +42,7 @@ layui.config({ { field: 'serviceTypeName', title: '服务类型', align: 'left', width: 120 }, { field: 'declarationTime', title: '报单时间', align: 'center', width: 140 }, { field: 'customerName', title: '客户名称', align: 'left', width: 120 }, - { field: 'productName', title: '产品名称', align: 'left', width: 120 }, + { field: 'productName', title: '商品名称', align: 'left', width: 120 }, { field: 'stateName', title: '状态', align: 'left', width: 80 }, { title: systemLanguage["com.skyeye.operation"][languageType], fixed: 'right', align: 'center', width: 150, toolbar: '#tableBar'} ]], diff --git a/seal-service/src/main/resources/template/js/stateisstayreceipt/stateisstayreceiptlist.js b/seal-service/src/main/resources/template/js/stateisstayreceipt/stateisstayreceiptlist.js index 4208ba10de3c4cfdcb211d66f063b9dcd7fb5ec4..7c21a4f5bfcd35101bda37bf2723f511a95b2fdc 100644 --- a/seal-service/src/main/resources/template/js/stateisstayreceipt/stateisstayreceiptlist.js +++ b/seal-service/src/main/resources/template/js/stateisstayreceipt/stateisstayreceiptlist.js @@ -40,7 +40,7 @@ layui.config({ { field: 'serviceTypeName', title: '服务类型', align: 'left', width: 100 }, { field: 'declarationTime', title: '报单时间', align: 'center', width: 140 }, { field: 'customerName', title: '客户名称', align: 'left', width: 120 }, - { field: 'productName', title: '产品名称', align: 'left', width: 120 }, + { field: 'productName', title: '商品名称', align: 'left', width: 120 }, { title: systemLanguage["com.skyeye.operation"][languageType], fixed: 'right', align: 'center', width: 120, toolbar: '#tableBar'} ]], done: function(json) { diff --git a/seal-service/src/main/resources/template/js/stateisstaysignin/stateisstaysigninlist.js b/seal-service/src/main/resources/template/js/stateisstaysignin/stateisstaysigninlist.js index 7c149caaca80bc24366f09f99da4ed1daaf83c97..6c29d87d297e2ac09a14adf25709f7dd6a8356bf 100644 --- a/seal-service/src/main/resources/template/js/stateisstaysignin/stateisstaysigninlist.js +++ b/seal-service/src/main/resources/template/js/stateisstaysignin/stateisstaysigninlist.js @@ -42,7 +42,7 @@ layui.config({ { field: 'serviceTypeName', title: '服务类型', align: 'left', width: 100 }, { field: 'declarationTime', title: '报单时间', align: 'center', width: 140 }, { field: 'customerName', title: '客户名称', align: 'left', width: 120 }, - { field: 'productName', title: '产品名称', align: 'left', width: 120 }, + { field: 'productName', title: '商品名称', align: 'left', width: 120 }, { title: systemLanguage["com.skyeye.operation"][languageType], fixed: 'right', align: 'center', width: 120, toolbar: '#tableBar'} ]], done: function(json) { diff --git a/seal-service/src/main/resources/template/js/stateisstaysuccess/stateisstaysuccesslist.js b/seal-service/src/main/resources/template/js/stateisstaysuccess/stateisstaysuccesslist.js index 6c83e53348f51c884df3aca99bf1b7230174702d..e2a818bfce67299d86f4bf6355ed1373e1360c67 100644 --- a/seal-service/src/main/resources/template/js/stateisstaysuccess/stateisstaysuccesslist.js +++ b/seal-service/src/main/resources/template/js/stateisstaysuccess/stateisstaysuccesslist.js @@ -42,7 +42,7 @@ layui.config({ { field: 'serviceTypeName', title: '服务类型', align: 'left', width: 100 }, { field: 'declarationTime', title: '报单时间', align: 'center', width: 140 }, { field: 'customerName', title: '客户名称', align: 'left', width: 120 }, - { field: 'productName', title: '产品名称', align: 'left', width: 120 } + { field: 'productName', title: '商品名称', align: 'left', width: 120 } ]], done: function(json) { matchingLanguage(); diff --git a/seal-service/src/main/resources/template/js/stateisstayworker/stateisstayworkerlist.js b/seal-service/src/main/resources/template/js/stateisstayworker/stateisstayworkerlist.js index a9332fe64afff74ec8b7b969681d9214f936bd13..ce182f3f7bedc098f3cd5d9be9f4b7bb5b8cbf3b 100644 --- a/seal-service/src/main/resources/template/js/stateisstayworker/stateisstayworkerlist.js +++ b/seal-service/src/main/resources/template/js/stateisstayworker/stateisstayworkerlist.js @@ -42,7 +42,7 @@ layui.config({ { field: 'serviceTypeName', title: '服务类型', align: 'left', width: 120 }, { field: 'declarationTime', title: '报单时间', align: 'center', width: 140 }, { field: 'customerName', title: '客户名称', align: 'left', width: 120 }, - { field: 'productName', title: '产品名称', align: 'left', width: 120 }, + { field: 'productName', title: '商品名称', align: 'left', width: 120 }, { title: systemLanguage["com.skyeye.operation"][languageType], fixed: 'right', align: 'center', width: 150, toolbar: '#tableBar'} ]], done: function(json) { diff --git a/seal-service/src/main/resources/template/tpl/feedback/feedbackadd.html b/seal-service/src/main/resources/template/tpl/feedback/feedbackadd.html index aad54f547cc09f93a9a69795e3406c1a781e4210..9744a2dcda3906cb16939eaaf74e5bb78e13b2d6 100644 --- a/seal-service/src/main/resources/template/tpl/feedback/feedbackadd.html +++ b/seal-service/src/main/resources/template/tpl/feedback/feedbackadd.html @@ -22,7 +22,7 @@
- +
diff --git a/seal-service/src/main/resources/template/tpl/feedback/feedbackdetails.html b/seal-service/src/main/resources/template/tpl/feedback/feedbackdetails.html index 409f125b537e430e4f9c4cbcbf690011f86e137e..bdd0076bbc7dfdb518951adbe8a6e00352d93260 100644 --- a/seal-service/src/main/resources/template/tpl/feedback/feedbackdetails.html +++ b/seal-service/src/main/resources/template/tpl/feedback/feedbackdetails.html @@ -22,7 +22,7 @@
- +
diff --git a/seal-service/src/main/resources/template/tpl/feedback/feedbackedit.html b/seal-service/src/main/resources/template/tpl/feedback/feedbackedit.html index 0bcbd93db5dc7a8e7defd5c5bacd7148cbca3f96..5f621dea7aaa1065fb9cf31b38747f800a0fdd52 100644 --- a/seal-service/src/main/resources/template/tpl/feedback/feedbackedit.html +++ b/seal-service/src/main/resources/template/tpl/feedback/feedbackedit.html @@ -22,7 +22,7 @@
- +
diff --git a/seal-service/src/main/resources/template/tpl/sealseservice/sealseserviceadd.html b/seal-service/src/main/resources/template/tpl/sealseservice/sealseserviceadd.html index 5ced21c77f1a495263e0c4a238f0092593314d68..bbe4d608bddbd8998e9f83e00d4cb38a8a7893bd 100644 --- a/seal-service/src/main/resources/template/tpl/sealseservice/sealseserviceadd.html +++ b/seal-service/src/main/resources/template/tpl/sealseservice/sealseserviceadd.html @@ -70,12 +70,12 @@
- 产品信息
+ 商品信息
- +
- +
diff --git a/seal-service/src/main/resources/template/tpl/sealseservice/sealseservicedetailsTemplate.tpl b/seal-service/src/main/resources/template/tpl/sealseservice/sealseservicedetailsTemplate.tpl index 5baaa9cec395b0ebb86f4eb4f5c94695ff9c485e..b27d7eda018d5330e2275aa94bdf3f978ade2a74 100644 --- a/seal-service/src/main/resources/template/tpl/sealseservice/sealseservicedetailsTemplate.tpl +++ b/seal-service/src/main/resources/template/tpl/sealseservice/sealseservicedetailsTemplate.tpl @@ -67,10 +67,10 @@
- 产品信息
+ 商品信息
- +
{{productName}}
diff --git a/seal-service/src/main/resources/template/tpl/sealseservice/sealseserviceeditTemplate.tpl b/seal-service/src/main/resources/template/tpl/sealseservice/sealseserviceeditTemplate.tpl index 0011d8635dfef42095ecabd55b75c14d1c190bd9..70d30da72a44d540d691dc001e59dd43e6fda08b 100644 --- a/seal-service/src/main/resources/template/tpl/sealseservice/sealseserviceeditTemplate.tpl +++ b/seal-service/src/main/resources/template/tpl/sealseservice/sealseserviceeditTemplate.tpl @@ -60,12 +60,12 @@
- 产品信息
+ 商品信息
- +
- +
diff --git a/seal-service/src/main/resources/template/tpl/stateisstayfinishedpro/stateisstayfinished.html b/seal-service/src/main/resources/template/tpl/stateisstayfinishedpro/stateisstayfinished.html index d03009021432c417475b406de7688bd5f4491e4a..1b71a760c1694133272437deb59c69052f99785d 100644 --- a/seal-service/src/main/resources/template/tpl/stateisstayfinishedpro/stateisstayfinished.html +++ b/seal-service/src/main/resources/template/tpl/stateisstayfinishedpro/stateisstayfinished.html @@ -61,10 +61,10 @@
- 产品信息
+ 商品信息
- +
{{materialName}}
diff --git a/web/src/main/resources/template/json/language.json b/web/src/main/resources/template/json/language.json index 1d44f8101493713c19625c3a050f258891503f84..d094f7f3811c9e3734af9ea34f2894339293b08f 100644 --- a/web/src/main/resources/template/json/language.json +++ b/web/src/main/resources/template/json/language.json @@ -129,7 +129,7 @@ "com.skyeye.inventoryAvailable": {"zh": "可盘点库存", "cn": "Inventory Available"}, "com.skyeye.supplier": {"zh": "供应商", "cn": "Supplier"}, - "com.skyeye.relatedProducts": {"zh": "关联产品", "cn": "Related Products"}, + "com.skyeye.relatedProducts": {"zh": "关联商品", "cn": "Related Products"}, "com.skyeye.attachment": {"zh": "附件", "cn": "Attachment"}, "com.skyeye.attachment2": {"zh": "附件资料", "cn": "Attachments"},
产品(型号)商品(型号) 单位 数量 单价
仓库产品(型号)商品(型号) 单位 数量 单价
仓库产品(型号)商品(型号) 单位 数量 单价
商品类型 仓库产品(型号)商品(型号) 单位 数量 单价