diff --git a/ruoyi-admin/src/main/java/com/ruoyi/system/service/impl/SysTechnicalTeamServiceImpl.java b/ruoyi-admin/src/main/java/com/ruoyi/system/service/impl/SysTechnicalTeamServiceImpl.java index 1b345fe1..44e62316 100644 --- a/ruoyi-admin/src/main/java/com/ruoyi/system/service/impl/SysTechnicalTeamServiceImpl.java +++ b/ruoyi-admin/src/main/java/com/ruoyi/system/service/impl/SysTechnicalTeamServiceImpl.java @@ -136,6 +136,10 @@ public class SysTechnicalTeamServiceImpl implements ISysTechnicalTeamService return sysTechnicalTeamMapper.selectSysTechnicalTeamList(sysTechnicalTeam); } + public List selectSysProductItemLists() { + SysTechnicalTeam sysTechnicalTeam = new SysTechnicalTeam(); + return sysTechnicalTeamMapper.selectSysTechnicalTeamList(sysTechnicalTeam); + } @Override public Object getId() { return redisCache.generateNo("JSTEAM"); diff --git a/ruoyi-admin/src/main/resources/templates/aftersales/complaintNotice/materialSelect.html b/ruoyi-admin/src/main/resources/templates/aftersales/complaintNotice/materialSelect.html index c7ec029c..9be7be03 100644 --- a/ruoyi-admin/src/main/resources/templates/aftersales/complaintNotice/materialSelect.html +++ b/ruoyi-admin/src/main/resources/templates/aftersales/complaintNotice/materialSelect.html @@ -56,7 +56,7 @@ field: 'materialUnit', }, { - title: '加工方式', + title: '半成品类型', field: 'materialProcessMethod', }, diff --git a/ruoyi-admin/src/main/resources/templates/erp/bom/add.html b/ruoyi-admin/src/main/resources/templates/erp/bom/add.html index 247e8d79..98ebac06 100644 --- a/ruoyi-admin/src/main/resources/templates/erp/bom/add.html +++ b/ruoyi-admin/src/main/resources/templates/erp/bom/add.html @@ -42,7 +42,7 @@
- +
@@ -241,7 +241,7 @@ { field: 'processMethod', align: 'center', - title: '加工方式', + title: '半成品类型', formatter: function(value, row, index) { return $.table.selectDictLabel(processMethodDatas, value); } diff --git a/ruoyi-admin/src/main/resources/templates/erp/bom/edit.html b/ruoyi-admin/src/main/resources/templates/erp/bom/edit.html index a1bae484..2f89e32a 100644 --- a/ruoyi-admin/src/main/resources/templates/erp/bom/edit.html +++ b/ruoyi-admin/src/main/resources/templates/erp/bom/edit.html @@ -35,7 +35,7 @@
- +
- +
diff --git a/ruoyi-admin/src/main/resources/templates/erp/developModifyOrder/detail.html b/ruoyi-admin/src/main/resources/templates/erp/developModifyOrder/detail.html index b5aae343..95a6e59b 100644 --- a/ruoyi-admin/src/main/resources/templates/erp/developModifyOrder/detail.html +++ b/ruoyi-admin/src/main/resources/templates/erp/developModifyOrder/detail.html @@ -104,7 +104,7 @@
- +
diff --git a/ruoyi-admin/src/main/resources/templates/erp/developModifyOrder/developModifyOrder.html b/ruoyi-admin/src/main/resources/templates/erp/developModifyOrder/developModifyOrder.html index deee2227..e50747f1 100644 --- a/ruoyi-admin/src/main/resources/templates/erp/developModifyOrder/developModifyOrder.html +++ b/ruoyi-admin/src/main/resources/templates/erp/developModifyOrder/developModifyOrder.html @@ -181,7 +181,7 @@ field: 'materialDescribe', }, { - title: '加工方式', + title: '半成品类型', field: 'materialProcessMode', }, diff --git a/ruoyi-admin/src/main/resources/templates/erp/developModifyOrder/edit.html b/ruoyi-admin/src/main/resources/templates/erp/developModifyOrder/edit.html index d8e35626..6db90651 100644 --- a/ruoyi-admin/src/main/resources/templates/erp/developModifyOrder/edit.html +++ b/ruoyi-admin/src/main/resources/templates/erp/developModifyOrder/edit.html @@ -104,7 +104,7 @@
- +
diff --git a/ruoyi-admin/src/main/resources/templates/erp/inboundOrder/equipmentResumeDetail.html b/ruoyi-admin/src/main/resources/templates/erp/inboundOrder/equipmentResumeDetail.html index e2b53633..5b5c38c6 100644 --- a/ruoyi-admin/src/main/resources/templates/erp/inboundOrder/equipmentResumeDetail.html +++ b/ruoyi-admin/src/main/resources/templates/erp/inboundOrder/equipmentResumeDetail.html @@ -62,7 +62,7 @@
- +
- +
- +
- +
- +
@@ -69,7 +69,7 @@
diff --git a/ruoyi-admin/src/main/resources/templates/erp/material/taskModifyApply.html b/ruoyi-admin/src/main/resources/templates/erp/material/taskModifyApply.html index 3c2ac072..2ef0054a 100644 --- a/ruoyi-admin/src/main/resources/templates/erp/material/taskModifyApply.html +++ b/ruoyi-admin/src/main/resources/templates/erp/material/taskModifyApply.html @@ -61,7 +61,7 @@
@@ -70,7 +70,7 @@
diff --git a/ruoyi-admin/src/main/resources/templates/erp/material/taskYfzjVerify.html b/ruoyi-admin/src/main/resources/templates/erp/material/taskYfzjVerify.html index 0741b666..7765c6cd 100644 --- a/ruoyi-admin/src/main/resources/templates/erp/material/taskYfzjVerify.html +++ b/ruoyi-admin/src/main/resources/templates/erp/material/taskYfzjVerify.html @@ -60,7 +60,7 @@
@@ -69,7 +69,7 @@
@@ -88,7 +88,7 @@
- +
", curIndex, value); diff --git a/ruoyi-admin/src/main/resources/templates/erp/materialReturnInspection/edit.html b/ruoyi-admin/src/main/resources/templates/erp/materialReturnInspection/edit.html index 9cb0a348..d0ab6a9d 100644 --- a/ruoyi-admin/src/main/resources/templates/erp/materialReturnInspection/edit.html +++ b/ruoyi-admin/src/main/resources/templates/erp/materialReturnInspection/edit.html @@ -192,7 +192,7 @@ { field: 'processMethod', align: 'center', - title: '加工方式', + title: '半成品类型', formatter: function(value, row, index) { var curIndex = index; var columnInput = $.common.sprintf("", curIndex, value); diff --git a/ruoyi-admin/src/main/resources/templates/erp/materialReturnInspectionDetail/add.html b/ruoyi-admin/src/main/resources/templates/erp/materialReturnInspectionDetail/add.html index be049760..d966f0db 100644 --- a/ruoyi-admin/src/main/resources/templates/erp/materialReturnInspectionDetail/add.html +++ b/ruoyi-admin/src/main/resources/templates/erp/materialReturnInspectionDetail/add.html @@ -47,7 +47,7 @@
- +
diff --git a/ruoyi-admin/src/main/resources/templates/erp/materialReturnInspectionDetail/edit.html b/ruoyi-admin/src/main/resources/templates/erp/materialReturnInspectionDetail/edit.html index 1c14f245..f4715d74 100644 --- a/ruoyi-admin/src/main/resources/templates/erp/materialReturnInspectionDetail/edit.html +++ b/ruoyi-admin/src/main/resources/templates/erp/materialReturnInspectionDetail/edit.html @@ -42,7 +42,7 @@
- +
diff --git a/ruoyi-admin/src/main/resources/templates/erp/materialReturnInspectionDetail/materialReturnInspectionDetail.html b/ruoyi-admin/src/main/resources/templates/erp/materialReturnInspectionDetail/materialReturnInspectionDetail.html index 3a8512b7..46309ac3 100644 --- a/ruoyi-admin/src/main/resources/templates/erp/materialReturnInspectionDetail/materialReturnInspectionDetail.html +++ b/ruoyi-admin/src/main/resources/templates/erp/materialReturnInspectionDetail/materialReturnInspectionDetail.html @@ -30,7 +30,7 @@
  • - +
  • @@ -155,7 +155,7 @@ field: 'materialType', }, { - title: '加工方式', + title: '半成品类型', field: 'processMethod', }, { diff --git a/ruoyi-admin/src/main/resources/templates/purchase/purchasePlan/purchasePlan.html b/ruoyi-admin/src/main/resources/templates/purchase/purchasePlan/purchasePlan.html index 2d688795..fe00df57 100644 --- a/ruoyi-admin/src/main/resources/templates/purchase/purchasePlan/purchasePlan.html +++ b/ruoyi-admin/src/main/resources/templates/purchase/purchasePlan/purchasePlan.html @@ -147,7 +147,7 @@ }, {field: 'describe',title: '描述',}, {field: 'brand',title: '品牌',}, - {field: 'processMethod',title: '加工方式', + {field: 'processMethod',title: '半成品类型', formatter: function(value, row, index) {return $.table.selectDictLabel(processMethodDatas, value);} }, {field: 'unit',title: '单位', diff --git a/ruoyi-admin/src/main/resources/templates/purchase/purchaseQuote/add.html b/ruoyi-admin/src/main/resources/templates/purchase/purchaseQuote/add.html index e4d8bda2..d050020e 100644 --- a/ruoyi-admin/src/main/resources/templates/purchase/purchaseQuote/add.html +++ b/ruoyi-admin/src/main/resources/templates/purchase/purchaseQuote/add.html @@ -202,7 +202,7 @@ return $.table.selectDictLabel(sysUnitClassDatas, value); } }, - {title: '加工方式',field: 'processMethod',align: 'center', + {title: '半成品类型',field: 'processMethod',align: 'center', formatter: function(value, row, index) { return $.table.selectDictLabel(processMethodDatas, value); } diff --git a/ruoyi-admin/src/main/resources/templates/purchase/purchaseQuote/edit.html b/ruoyi-admin/src/main/resources/templates/purchase/purchaseQuote/edit.html index 64db2cca..08ef3cab 100644 --- a/ruoyi-admin/src/main/resources/templates/purchase/purchaseQuote/edit.html +++ b/ruoyi-admin/src/main/resources/templates/purchase/purchaseQuote/edit.html @@ -196,7 +196,7 @@ return $.table.selectDictLabel(sysUnitClassDatas, value); } }, - {title: '加工方式',field: 'processMethod',align: 'center', + {title: '半成品类型',field: 'processMethod',align: 'center', formatter: function(value, row, index) { return $.table.selectDictLabel(processMethodDatas, value); } diff --git a/ruoyi-admin/src/main/resources/templates/quality/complaintNotice/returnInspectionProcessing.html b/ruoyi-admin/src/main/resources/templates/quality/complaintNotice/returnInspectionProcessing.html index 78192768..359970b8 100644 --- a/ruoyi-admin/src/main/resources/templates/quality/complaintNotice/returnInspectionProcessing.html +++ b/ruoyi-admin/src/main/resources/templates/quality/complaintNotice/returnInspectionProcessing.html @@ -291,7 +291,7 @@ field: 'materialDescribe', }, { - title: '加工方式', + title: '半成品类型', field: 'materialProcessMethod', }, { diff --git a/ruoyi-admin/src/main/resources/templates/quality/manufacturingCheckout/materialSelect.html b/ruoyi-admin/src/main/resources/templates/quality/manufacturingCheckout/materialSelect.html index 67918d0d..a8fe76db 100644 --- a/ruoyi-admin/src/main/resources/templates/quality/manufacturingCheckout/materialSelect.html +++ b/ruoyi-admin/src/main/resources/templates/quality/manufacturingCheckout/materialSelect.html @@ -61,7 +61,7 @@ field: 'materialUnit', }, { - title: '加工方式', + title: '半成品类型', field: 'materialProcessMethod', }, { diff --git a/ruoyi-admin/src/main/resources/templates/quality/returnInspection/detail.html b/ruoyi-admin/src/main/resources/templates/quality/returnInspection/detail.html index 8f9310d2..11c225be 100644 --- a/ruoyi-admin/src/main/resources/templates/quality/returnInspection/detail.html +++ b/ruoyi-admin/src/main/resources/templates/quality/returnInspection/detail.html @@ -162,7 +162,7 @@ { field: 'processMethod', align: 'center', - title: '加工方式', + title: '半成品类型', formatter: function(value, row, index) { return $.table.selectDictLabel(processMethodDatas, value); } diff --git a/ruoyi-admin/src/main/resources/templates/quality/returnInspection/edit.html b/ruoyi-admin/src/main/resources/templates/quality/returnInspection/edit.html index 9cb0a348..d0ab6a9d 100644 --- a/ruoyi-admin/src/main/resources/templates/quality/returnInspection/edit.html +++ b/ruoyi-admin/src/main/resources/templates/quality/returnInspection/edit.html @@ -192,7 +192,7 @@ { field: 'processMethod', align: 'center', - title: '加工方式', + title: '半成品类型', formatter: function(value, row, index) { var curIndex = index; var columnInput = $.common.sprintf("", curIndex, value); diff --git a/ruoyi-admin/src/main/resources/templates/quality/returnInspection/returnInspectionProcessing.html b/ruoyi-admin/src/main/resources/templates/quality/returnInspection/returnInspectionProcessing.html index a33ae8ee..684df5fa 100644 --- a/ruoyi-admin/src/main/resources/templates/quality/returnInspection/returnInspectionProcessing.html +++ b/ruoyi-admin/src/main/resources/templates/quality/returnInspection/returnInspectionProcessing.html @@ -192,7 +192,7 @@ { field: 'processMethod', align: 'center', - title: '加工方式', + title: '半成品类型', formatter: function(value, row, index) { var curIndex = index; var columnInput = $.common.sprintf("", curIndex, value); diff --git a/ruoyi-admin/src/main/resources/templates/system/customerQuote/add.html b/ruoyi-admin/src/main/resources/templates/system/customerQuote/add.html index 31fae57d..4ba67a3a 100644 --- a/ruoyi-admin/src/main/resources/templates/system/customerQuote/add.html +++ b/ruoyi-admin/src/main/resources/templates/system/customerQuote/add.html @@ -65,7 +65,10 @@
    - +
    + + % +
    @@ -239,7 +242,7 @@ return $.table.selectDictLabel(sysUnitClassDatas, value); } }, - {title: '加工方式',field: 'processMethod',align: 'center', + {title: '半成品类型',field: 'processMethod',align: 'center', formatter: function(value, row, index) { return $.table.selectDictLabel(processMethodDatas, value); } diff --git a/ruoyi-admin/src/main/resources/templates/system/customerQuote/detail.html b/ruoyi-admin/src/main/resources/templates/system/customerQuote/detail.html index 28d827e8..90438237 100644 --- a/ruoyi-admin/src/main/resources/templates/system/customerQuote/detail.html +++ b/ruoyi-admin/src/main/resources/templates/system/customerQuote/detail.html @@ -209,7 +209,7 @@ return $.table.selectDictLabel(sysUnitClassDatas, value); } }, - {title: '加工方式',field: 'processMethod',align: 'center', + {title: '半成品类型',field: 'processMethod',align: 'center', formatter: function(value, row, index) { return $.table.selectDictLabel(processMethodDatas, value); } diff --git a/ruoyi-admin/src/main/resources/templates/system/customerQuote/edit.html b/ruoyi-admin/src/main/resources/templates/system/customerQuote/edit.html index 7c18958b..af1af7b4 100644 --- a/ruoyi-admin/src/main/resources/templates/system/customerQuote/edit.html +++ b/ruoyi-admin/src/main/resources/templates/system/customerQuote/edit.html @@ -227,7 +227,7 @@ return $.table.selectDictLabel(sysUnitClassDatas, value); } }, - {title: '加工方式',field: 'processMethod',align: 'center', + {title: '半成品类型',field: 'processMethod',align: 'center', formatter: function(value, row, index) { return $.table.selectDictLabel(processMethodDatas, value); } diff --git a/ruoyi-admin/src/main/resources/templates/system/customerQuote/taskModifyApply.html b/ruoyi-admin/src/main/resources/templates/system/customerQuote/taskModifyApply.html index 865ae2d8..3621589f 100644 --- a/ruoyi-admin/src/main/resources/templates/system/customerQuote/taskModifyApply.html +++ b/ruoyi-admin/src/main/resources/templates/system/customerQuote/taskModifyApply.html @@ -263,7 +263,7 @@ return $.table.selectDictLabel(sysUnitClassDatas, value); } }, - {title: '加工方式',field: 'processMethod',align: 'center', + {title: '半成品类型',field: 'processMethod',align: 'center', formatter: function(value, row, index) { return $.table.selectDictLabel(processMethodDatas, value); } diff --git a/ruoyi-admin/src/main/resources/templates/system/customerQuote/taskYwgzVerify.html b/ruoyi-admin/src/main/resources/templates/system/customerQuote/taskYwgzVerify.html index 1fe0386a..f33f67e0 100644 --- a/ruoyi-admin/src/main/resources/templates/system/customerQuote/taskYwgzVerify.html +++ b/ruoyi-admin/src/main/resources/templates/system/customerQuote/taskYwgzVerify.html @@ -266,7 +266,7 @@ return $.table.selectDictLabel(sysUnitClassDatas, value); } }, - {title: '加工方式',field: 'processMethod',align: 'center', + {title: '半成品类型',field: 'processMethod',align: 'center', formatter: function(value, row, index) { return $.table.selectDictLabel(processMethodDatas, value); } diff --git a/ruoyi-admin/src/main/resources/templates/system/customerQuote/taskYwjlVerify.html b/ruoyi-admin/src/main/resources/templates/system/customerQuote/taskYwjlVerify.html index 37ccab67..77660899 100644 --- a/ruoyi-admin/src/main/resources/templates/system/customerQuote/taskYwjlVerify.html +++ b/ruoyi-admin/src/main/resources/templates/system/customerQuote/taskYwjlVerify.html @@ -263,7 +263,7 @@ return $.table.selectDictLabel(sysUnitClassDatas, value); } }, - {title: '加工方式',field: 'processMethod',align: 'center', + {title: '半成品类型',field: 'processMethod',align: 'center', formatter: function(value, row, index) { return $.table.selectDictLabel(processMethodDatas, value); } diff --git a/ruoyi-admin/src/main/resources/templates/system/customerQuote/taskZozjVerify.html b/ruoyi-admin/src/main/resources/templates/system/customerQuote/taskZozjVerify.html index c5428c75..e95fed89 100644 --- a/ruoyi-admin/src/main/resources/templates/system/customerQuote/taskZozjVerify.html +++ b/ruoyi-admin/src/main/resources/templates/system/customerQuote/taskZozjVerify.html @@ -262,7 +262,7 @@ return $.table.selectDictLabel(sysUnitClassDatas, value); } }, - {title: '加工方式',field: 'processMethod',align: 'center', + {title: '半成品类型',field: 'processMethod',align: 'center', formatter: function(value, row, index) { return $.table.selectDictLabel(processMethodDatas, value); } diff --git a/ruoyi-admin/src/main/resources/templates/system/empRequisiteOrder/add.html b/ruoyi-admin/src/main/resources/templates/system/empRequisiteOrder/add.html index d8350c83..e56462d9 100644 --- a/ruoyi-admin/src/main/resources/templates/system/empRequisiteOrder/add.html +++ b/ruoyi-admin/src/main/resources/templates/system/empRequisiteOrder/add.html @@ -90,7 +90,7 @@ return $.table.selectDictLabel(sysUnitClassDatas, value); } }, - {title: '加工方式',field: 'processMethod',align: 'center', + {title: '半成品类型',field: 'processMethod',align: 'center', formatter: function(value, row, index) { return $.table.selectDictLabel(processMethodDatas, value); } diff --git a/ruoyi-admin/src/main/resources/templates/system/empRequisiteOrder/empRequisiteOrder.html b/ruoyi-admin/src/main/resources/templates/system/empRequisiteOrder/empRequisiteOrder.html index 10d756f5..b8f668b9 100644 --- a/ruoyi-admin/src/main/resources/templates/system/empRequisiteOrder/empRequisiteOrder.html +++ b/ruoyi-admin/src/main/resources/templates/system/empRequisiteOrder/empRequisiteOrder.html @@ -99,7 +99,7 @@ formatter: function(value, row, index) { var actions = []; actions.push('编辑 '); - actions.push('详情 '); + actions.push('详情 '); if(row.delFlag == '0'){ actions.push('作废 '); }else{ diff --git a/ruoyi-admin/src/main/resources/templates/system/makeorder/addEquipmentResume.html b/ruoyi-admin/src/main/resources/templates/system/makeorder/addEquipmentResume.html index cc7ce03e..49304149 100644 --- a/ruoyi-admin/src/main/resources/templates/system/makeorder/addEquipmentResume.html +++ b/ruoyi-admin/src/main/resources/templates/system/makeorder/addEquipmentResume.html @@ -62,7 +62,7 @@
    - +
    - 代码生成请选择字典属性
    diff --git a/ruoyi-admin/src/main/resources/templates/system/requisitioning/add.html b/ruoyi-admin/src/main/resources/templates/system/requisitioning/add.html index 057a1e35..eb6188cf 100644 --- a/ruoyi-admin/src/main/resources/templates/system/requisitioning/add.html +++ b/ruoyi-admin/src/main/resources/templates/system/requisitioning/add.html @@ -97,7 +97,7 @@ return $.table.selectDictLabel(sysUnitClassDatas, value); } }, - {title: '加工方式',field: 'processMethod',align: 'center', + {title: '半成品类型',field: 'processMethod',align: 'center', formatter: function(value, row, index) { return $.table.selectDictLabel(processMethodDatas, value); } @@ -216,7 +216,7 @@ } function submitHandler() { if ($.validate.form()) { - var formData = $("#form-requisitionChild-add").serializeArray(); + var formData = $("#form-requisitioning-add").serializeArray(); console.log("formData",formData); var tableData = $("#bootstrap-sub-table-requisitionChild").bootstrapTable('getData'); let rows = tableData.length; @@ -235,7 +235,6 @@ type: "get", dataType: "json", success: function (data) { - console.log(data); $("select[name='deptName']").append($('').val(data.deptName).html(data.deptName)); $("select[name='userName']").append($('').val(data.userName).html(data.userName)); $("select[name='postName']").append($('').val(data.postName).html(data.postName)); diff --git a/ruoyi-admin/src/main/resources/templates/system/requisitioning/edit.html b/ruoyi-admin/src/main/resources/templates/system/requisitioning/edit.html index cb1ef2e1..23ecb1a9 100644 --- a/ruoyi-admin/src/main/resources/templates/system/requisitioning/edit.html +++ b/ruoyi-admin/src/main/resources/templates/system/requisitioning/edit.html @@ -18,19 +18,19 @@
    - +
    - +
    - +
    @@ -68,6 +68,7 @@ var prefix = ctx + "system/requisitioning"; $("#form-requisitioning-edit").validate({focusCleanup: true}); $(function() { + getSelections(); var options = { id:'bootstrap-sub-table-requisitionChild', url: ctx + "system/requesitioningChild/list", @@ -108,7 +109,7 @@ return $.table.selectDictLabel(sysUnitClassDatas, value); } }, - {title: '加工方式',field: 'processMethod',align: 'center', + {title: '半成品类型',field: 'processMethod',align: 'center', formatter: function(value, row, index) { return $.table.selectDictLabel(processMethodDatas, value); } @@ -183,9 +184,31 @@ } function submitHandler() { if ($.validate.form()) { - $.operate.save(prefix + "/edit", $('#form-requisitioning-edit').serialize()); + var formData = $("#form-requisitioning-edit").serializeArray(); + console.log("formData",formData); + var tableData = $("#bootstrap-sub-table-requisitionChild").bootstrapTable('getData'); + let rows = tableData.length; + if(rows==0){ + $.modal.msgError("子表数据不能为空!"); + }else{ + formData.push({"name": "baseRequisitioningOrderChildList", "value": tableData}); + var jsonData = $.common.formDataToJson(formData); + $.operate.saveJson(prefix + "/edit", jsonData); + } } } + function getSelections(){ + $.ajax({ + url: ctx + "system/requisitioning/getEmpUserName", + type: "get", + dataType: "json", + success: function (data) { + $("select[name='deptName']").append($('').val(data.deptName).html(data.deptName)); + $("select[name='userName']").append($('').val(data.userName).html(data.userName)); + $("select[name='postName']").append($('').val(data.postName).html(data.postName)); + } + }); + } \ No newline at end of file diff --git a/ruoyi-admin/src/main/resources/templates/system/salesOrder/add.html b/ruoyi-admin/src/main/resources/templates/system/salesOrder/add.html index c56222ff..4fd2ff5c 100644 --- a/ruoyi-admin/src/main/resources/templates/system/salesOrder/add.html +++ b/ruoyi-admin/src/main/resources/templates/system/salesOrder/add.html @@ -194,7 +194,11 @@
    - +
    + + % +
    +
    @@ -348,7 +352,7 @@ return $.table.selectDictLabel(sysUnitClassDatas, value); } }, - {title: '加工方式',field: 'processMethod',align: 'center', + {title: '半成品类型',field: 'processMethod',align: 'center', formatter: function(value, row, index) { return $.table.selectDictLabel(processMethodDatas, value); } diff --git a/ruoyi-admin/src/main/resources/templates/system/salesOrder/detail.html b/ruoyi-admin/src/main/resources/templates/system/salesOrder/detail.html index e642c9be..9648f1d3 100644 --- a/ruoyi-admin/src/main/resources/templates/system/salesOrder/detail.html +++ b/ruoyi-admin/src/main/resources/templates/system/salesOrder/detail.html @@ -366,7 +366,7 @@ return $.table.selectDictLabel(sysUnitClassDatas, value); } }, - {title: '加工方式',field: 'processMethod',align: 'center', + {title: '半成品类型',field: 'processMethod',align: 'center', formatter: function(value, row, index) { return $.table.selectDictLabel(processMethodDatas, value); } diff --git a/ruoyi-admin/src/main/resources/templates/system/salesOrder/edit.html b/ruoyi-admin/src/main/resources/templates/system/salesOrder/edit.html index eefdefa5..68c7e5a7 100644 --- a/ruoyi-admin/src/main/resources/templates/system/salesOrder/edit.html +++ b/ruoyi-admin/src/main/resources/templates/system/salesOrder/edit.html @@ -362,7 +362,7 @@ return $.table.selectDictLabel(sysUnitClassDatas, value); } }, - {title: '加工方式',field: 'processMethod',align: 'center', + {title: '半成品类型',field: 'processMethod',align: 'center', formatter: function(value, row, index) { return $.table.selectDictLabel(processMethodDatas, value); } diff --git a/ruoyi-admin/src/main/resources/templates/system/salesOrder/taskModifyApply.html b/ruoyi-admin/src/main/resources/templates/system/salesOrder/taskModifyApply.html index a34fbce5..2670daba 100644 --- a/ruoyi-admin/src/main/resources/templates/system/salesOrder/taskModifyApply.html +++ b/ruoyi-admin/src/main/resources/templates/system/salesOrder/taskModifyApply.html @@ -374,7 +374,7 @@ return $.table.selectDictLabel(sysUnitClassDatas, value); } }, - {title: '加工方式',field: 'processMethod',align: 'center', + {title: '半成品类型',field: 'processMethod',align: 'center', formatter: function(value, row, index) { return $.table.selectDictLabel(processMethodDatas, value); } diff --git a/ruoyi-admin/src/main/resources/templates/system/salesOrder/taskYwjlVerify.html b/ruoyi-admin/src/main/resources/templates/system/salesOrder/taskYwjlVerify.html index 35910e50..5b35da12 100644 --- a/ruoyi-admin/src/main/resources/templates/system/salesOrder/taskYwjlVerify.html +++ b/ruoyi-admin/src/main/resources/templates/system/salesOrder/taskYwjlVerify.html @@ -361,7 +361,7 @@ return $.table.selectDictLabel(sysUnitClassDatas, value); } }, - {title: '加工方式',field: 'processMethod',align: 'center', + {title: '半成品类型',field: 'processMethod',align: 'center', formatter: function(value, row, index) { return $.table.selectDictLabel(processMethodDatas, value); } diff --git a/ruoyi-admin/src/main/resources/templates/system/salesOrder/taskYwzgVerify.html b/ruoyi-admin/src/main/resources/templates/system/salesOrder/taskYwzgVerify.html index 03988543..9bfb9c1b 100644 --- a/ruoyi-admin/src/main/resources/templates/system/salesOrder/taskYwzgVerify.html +++ b/ruoyi-admin/src/main/resources/templates/system/salesOrder/taskYwzgVerify.html @@ -378,7 +378,7 @@ return $.table.selectDictLabel(sysUnitClassDatas, value); } }, - {title: '加工方式',field: 'processMethod',align: 'center', + {title: '半成品类型',field: 'processMethod',align: 'center', formatter: function(value, row, index) { return $.table.selectDictLabel(processMethodDatas, value); } diff --git a/ruoyi-admin/src/main/resources/templates/system/salesOrder/taskZozjVerify.html b/ruoyi-admin/src/main/resources/templates/system/salesOrder/taskZozjVerify.html index a28217e7..7cca1c58 100644 --- a/ruoyi-admin/src/main/resources/templates/system/salesOrder/taskZozjVerify.html +++ b/ruoyi-admin/src/main/resources/templates/system/salesOrder/taskZozjVerify.html @@ -361,7 +361,7 @@ return $.table.selectDictLabel(sysUnitClassDatas, value); } }, - {title: '加工方式',field: 'processMethod',align: 'center', + {title: '半成品类型',field: 'processMethod',align: 'center', formatter: function(value, row, index) { return $.table.selectDictLabel(processMethodDatas, value); }