diff --git a/src/api/baseInformation/srmPartFamily.js b/src/api/baseInformation/srmPartFamily.js new file mode 100644 index 0000000..e0c3243 --- /dev/null +++ b/src/api/baseInformation/srmPartFamily.js @@ -0,0 +1,13 @@ +import { createAPI } from '@/utils/httpRequest.js' + +// 获取产品分类列表 - rqrq +export const getPartFamilyListPaging = (params) => createAPI('/srmPartFamily/getPartFamilyListPaging', 'POST', params) + +// 新增产品分类 +export const savePartFamily = (params) => createAPI('/srmPartFamily/savePartFamily', 'POST', params) + +// 更新产品分类 +export const updatePartFamily = (params) => createAPI('/srmPartFamily/updatePartFamily', 'POST', params) + +// 删除产品分类 +export const deletePartFamily = (params) => createAPI('/srmPartFamily/deletePartFamily', 'POST', params) diff --git a/src/api/baseInformation/srmUm.js b/src/api/baseInformation/srmUm.js new file mode 100644 index 0000000..2af7045 --- /dev/null +++ b/src/api/baseInformation/srmUm.js @@ -0,0 +1,13 @@ +import { createAPI } from '@/utils/httpRequest.js' + +// 获取计量单位列表 - rqrq +export const getUmListPaging = (params) => createAPI('/srmUm/getUmListPaging', 'POST', params) + +// 新增计量单位 +export const saveUm = (params) => createAPI('/srmUm/saveUm', 'POST', params) + +// 更新计量单位 +export const updateUm = (params) => createAPI('/srmUm/updateUm', 'POST', params) + +// 删除计量单位 +export const deleteUm = (params) => createAPI('/srmUm/deleteUm', 'POST', params) diff --git a/src/views/modules/srmBaseInformation/srmDeliveryTerm.vue b/src/views/modules/srmBaseInformation/srmDeliveryTerm.vue index aed11c8..d9e1f8d 100644 --- a/src/views/modules/srmBaseInformation/srmDeliveryTerm.vue +++ b/src/views/modules/srmBaseInformation/srmDeliveryTerm.vue @@ -69,22 +69,30 @@ layout="total, sizes, prev, pager, next, jumper"> - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + 保存 diff --git a/src/views/modules/srmBaseInformation/srmPartFamily.vue b/src/views/modules/srmBaseInformation/srmPartFamily.vue new file mode 100644 index 0000000..d9476a7 --- /dev/null +++ b/src/views/modules/srmBaseInformation/srmPartFamily.vue @@ -0,0 +1,477 @@ + + + + + diff --git a/src/views/modules/srmBaseInformation/srmPaymentTerm.vue b/src/views/modules/srmBaseInformation/srmPaymentTerm.vue index a7774b5..6c31c4f 100644 --- a/src/views/modules/srmBaseInformation/srmPaymentTerm.vue +++ b/src/views/modules/srmBaseInformation/srmPaymentTerm.vue @@ -71,28 +71,42 @@ layout="total, sizes, prev, pager, next, jumper"> - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 保存 diff --git a/src/views/modules/srmBaseInformation/srmSupplierCurrency.vue b/src/views/modules/srmBaseInformation/srmSupplierCurrency.vue index 9df38e7..c49fdc2 100644 --- a/src/views/modules/srmBaseInformation/srmSupplierCurrency.vue +++ b/src/views/modules/srmBaseInformation/srmSupplierCurrency.vue @@ -72,28 +72,38 @@ - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 保存 diff --git a/src/views/modules/srmBaseInformation/srmSupplierGroup.vue b/src/views/modules/srmBaseInformation/srmSupplierGroup.vue index 4647b53..35a2f52 100644 --- a/src/views/modules/srmBaseInformation/srmSupplierGroup.vue +++ b/src/views/modules/srmBaseInformation/srmSupplierGroup.vue @@ -68,36 +68,38 @@ layout="total, sizes, prev, pager, next, jumper"> - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 保存 diff --git a/src/views/modules/srmBaseInformation/srmTax.vue b/src/views/modules/srmBaseInformation/srmTax.vue index f72835c..94c4bd4 100644 --- a/src/views/modules/srmBaseInformation/srmTax.vue +++ b/src/views/modules/srmBaseInformation/srmTax.vue @@ -66,29 +66,39 @@ layout="total, sizes, prev, pager, next, jumper"> - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 保存 diff --git a/src/views/modules/srmBaseInformation/srmUm.vue b/src/views/modules/srmBaseInformation/srmUm.vue new file mode 100644 index 0000000..d78d7d6 --- /dev/null +++ b/src/views/modules/srmBaseInformation/srmUm.vue @@ -0,0 +1,372 @@ + + + + + diff --git a/src/views/modules/srmSupplier/com_supplierShare_share.vue b/src/views/modules/srmSupplier/com_supplierShare_share.vue index d0465d5..6d9dc10 100644 --- a/src/views/modules/srmSupplier/com_supplierShare_share.vue +++ b/src/views/modules/srmSupplier/com_supplierShare_share.vue @@ -65,10 +65,10 @@ - + - + @@ -147,10 +147,10 @@ - + - + diff --git a/src/views/modules/srmSupplier/supplierShare.vue b/src/views/modules/srmSupplier/supplierShare.vue index 135f0b2..8e2eb54 100644 --- a/src/views/modules/srmSupplier/supplierShare.vue +++ b/src/views/modules/srmSupplier/supplierShare.vue @@ -4,16 +4,16 @@ - + - + 查询 - 新建物料族 + 新建物料品类 {{'导出'}} @@ -58,16 +58,16 @@ - + - + - + @@ -138,7 +138,7 @@ export default { columnProp: "materialFamilyNo", headerAlign: "center", align: "left", - columnLabel: "物料族编码", + columnLabel: "物料品类编码", columnWidth: '100', columnHidden: false, columnImage: false, @@ -156,7 +156,7 @@ export default { columnProp: "materialFamilyDesc", headerAlign: "center", align: "left", - columnLabel: "物料族描述", + columnLabel: "物料品类描述", columnWidth: '200', columnHidden: false, columnImage: false,