diff --git a/anrui-buscenter/anrui-buscenter-ui/src/api/salesManagement/salesorderbycar.js b/anrui-buscenter/anrui-buscenter-ui/src/api/salesManagement/salesorderbycar.js index dfa1705626..fac1179cce 100644 --- a/anrui-buscenter/anrui-buscenter-ui/src/api/salesManagement/salesorderbycar.js +++ b/anrui-buscenter/anrui-buscenter-ui/src/api/salesManagement/salesorderbycar.js @@ -19,6 +19,13 @@ export default { headers: { 'Content-Type': 'application/json' } }) }, + createPdf: function(data) { + return request({ + url: '/buscenter/v1/bussalesorderreturnvehapply/createPdf', + method: 'post', + params: data + }) + }, // 保存修改记录 saveOrUpdate: function(params) { return request({ diff --git a/anrui-buscenter/anrui-buscenter-ui/src/api/valuablecustomer/valuablecustomer.js b/anrui-buscenter/anrui-buscenter-ui/src/api/valuablecustomer/valuablecustomer.js index 005e17d10b..18269a9203 100644 --- a/anrui-buscenter/anrui-buscenter-ui/src/api/valuablecustomer/valuablecustomer.js +++ b/anrui-buscenter/anrui-buscenter-ui/src/api/valuablecustomer/valuablecustomer.js @@ -24,6 +24,14 @@ export function save(data) { }) } +export function createPdf(data) { + return request({ + url: '/buscenter/v1/busvalcustfiling/createPdf', + method: 'post', + params: data + }) +} + // 根据Sid获取一条记录 export function fetchDetailsBySid(data) { return request({ diff --git a/anrui-buscenter/anrui-buscenter-ui/src/views/valuablecustomer/valuablecustomer.vue b/anrui-buscenter/anrui-buscenter-ui/src/views/valuablecustomer/valuablecustomer.vue index 46eba146c6..a417b91987 100644 --- a/anrui-buscenter/anrui-buscenter-ui/src/views/valuablecustomer/valuablecustomer.vue +++ b/anrui-buscenter/anrui-buscenter-ui/src/views/valuablecustomer/valuablecustomer.vue @@ -38,9 +38,9 @@ @@ -85,7 +85,7 @@ diff --git a/yxt-as-ui/src/views/storage/allocation/allocationInfo.vue b/yxt-as-ui/src/views/storage/allocation/allocationInfo.vue index 82da4975ec..7108018587 100644 --- a/yxt-as-ui/src/views/storage/allocation/allocationInfo.vue +++ b/yxt-as-ui/src/views/storage/allocation/allocationInfo.vue @@ -7,11 +7,8 @@
- - -
申请人
{{ formobj.createByName }} @@ -25,9 +22,7 @@ {{ formobj.createTime }}
- -
调出站
{{ formobj.outPlatName }} @@ -44,35 +39,29 @@ {{ formobj.confirmName }}
-
备注
{{ formobj.remarks }}
- - -
-
调拨商品列表
-
- - - - - - - - - - - - - - - - +
调拨商品列表
+ + + + + + + + + + + + + + + +
@@ -80,119 +69,144 @@ diff --git a/yxt-as-ui/src/views/storage/allocation/index.vue b/yxt-as-ui/src/views/storage/allocation/index.vue index 408dde9d32..82174d5fec 100644 --- a/yxt-as-ui/src/views/storage/allocation/index.vue +++ b/yxt-as-ui/src/views/storage/allocation/index.vue @@ -1,7 +1,7 @@ diff --git a/yxt-as-ui/src/views/storage/allocation/relation/chooseproducts.vue b/yxt-as-ui/src/views/storage/allocation/relation/chooseproducts.vue index a56f465ffa..988b32bc54 100644 --- a/yxt-as-ui/src/views/storage/allocation/relation/chooseproducts.vue +++ b/yxt-as-ui/src/views/storage/allocation/relation/chooseproducts.vue @@ -14,13 +14,13 @@
商品列表
-
- - - - - - - - - - - - + + + + + + + + + + + + +
-
+
- +
@@ -62,111 +60,112 @@ diff --git a/yxt-as-ui/src/views/storage/allocationByBranches/allocationByBranchesAdd.vue b/yxt-as-ui/src/views/storage/allocationByBranches/allocationByBranchesAdd.vue index 6e33a090ce..8f622acf1c 100644 --- a/yxt-as-ui/src/views/storage/allocationByBranches/allocationByBranchesAdd.vue +++ b/yxt-as-ui/src/views/storage/allocationByBranches/allocationByBranchesAdd.vue @@ -139,9 +139,10 @@ - - - + + + + @@ -447,36 +448,37 @@ this.viewState = 1 if (value.length > 0) { value.forEach((e) => { - this.formobj.wmsInventoryAllocateBillDetailNewList.push({ - "goodsSpuSid": e.goodsSpuSid, - "goodsSpuName": e.goodsSpuName, - "goodsSkuCode": e.goodsSkuCode, - "goodsSkuOwnSpec": e.goodsSkuOwnSpec, - "goodsSkuSid": e.goodsSkuSid, - "goodsSkuTitle": e.goodsSkuTitle, - "billSid": this.formobj.sid, - "inventorySid": e.inventorySid, - "warehouseSid": e.warehouseSid, - "warehouseName": e.warehouseName, - "warehouseAreaSid": e.warehouseAreaSid, - "warehouseArea": e.warehouseArea, - "warehouseRackSid": e.warehouseRackSid, - "warehouseRackCode": e.warehouseRackCode, - "taxPrice": e.taxPrice, - "stockCount": e.count, - "inWarehouseSid": '', - "inWarehouseName": '', - "inWarehouseRackSid": '', - "inWarehouseRackCode": '', - "count": 0, - "amount": 0, - "requAmount": e.taxPrice, - "markUpRatio": 0, - "unit": e.unit, - "goodsID": e.goodsID, - "manufacturerSid": e.manufacturerSid, - "manufacturerName": e.manufacturerName, + goodsSpuSid: e.goodsSpuSid, + goodsSpuName: e.goodsSpuName, + goodsSkuCode: e.goodsSkuCode, + goodsSkuOwnSpec: e.goodsSkuOwnSpec, + goodsSkuSid: e.goodsSkuSid, + goodsSkuTitle: e.goodsSkuTitle, + billSid: this.formobj.sid, + inventorySid: e.inventorySid, + warehouseSid: e.warehouseSid, + warehouseName: e.warehouseName, + warehouseZoneSid: e.warehouseZoneSid, + warehouseZoneName: e.warehouseZoneName, + warehouseAreaSid: e.warehouseAreaSid, + warehouseArea: e.warehouseArea, + warehouseRackSid: e.warehouseRackSid, + warehouseRackCode: e.warehouseRackCode, + taxPrice: e.taxPrice, + stockCount: e.count, + inWarehouseSid: '', + inWarehouseName: '', + inWarehouseRackSid: '', + inWarehouseRackCode: '', + count: 0, + amount: 0, + requAmount: e.taxPrice, + markUpRatio: 0, + unit: e.unit, + goodsID: e.goodsID, + manufacturerSid: e.manufacturerSid, + manufacturerName: e.manufacturerName }) }) } diff --git a/yxt-as-ui/src/views/storage/allocationByBranches/allocationByBranchesInfo.vue b/yxt-as-ui/src/views/storage/allocationByBranches/allocationByBranchesInfo.vue index 82da4975ec..03875b1240 100644 --- a/yxt-as-ui/src/views/storage/allocationByBranches/allocationByBranchesInfo.vue +++ b/yxt-as-ui/src/views/storage/allocationByBranches/allocationByBranchesInfo.vue @@ -7,11 +7,8 @@
- - -
申请人
{{ formobj.createByName }} @@ -25,9 +22,7 @@ {{ formobj.createTime }}
- -
调出站
{{ formobj.outPlatName }} @@ -44,35 +39,29 @@ {{ formobj.confirmName }}
-
备注
{{ formobj.remarks }}
- - -
-
调拨商品列表
-
- - - - - - - - - - - - - - - - +
调拨商品列表
+ + + + + + + + + + + + + + + +
@@ -80,119 +69,80 @@ diff --git a/yxt-as-ui/src/views/storage/allocationByBranches/relation/chooseproducts.vue b/yxt-as-ui/src/views/storage/allocationByBranches/relation/chooseproducts.vue index a56f465ffa..597fd95465 100644 --- a/yxt-as-ui/src/views/storage/allocationByBranches/relation/chooseproducts.vue +++ b/yxt-as-ui/src/views/storage/allocationByBranches/relation/chooseproducts.vue @@ -14,13 +14,13 @@
- - - - - - - - - - - - + + + + + + + + + + + + +
-
+
- +
@@ -62,111 +61,112 @@ diff --git a/yxt-as-ui/src/views/storage/allocationByGroup/allocationByGroupAdd.vue b/yxt-as-ui/src/views/storage/allocationByGroup/allocationByGroupAdd.vue index 40f49d61db..25b226448e 100644 --- a/yxt-as-ui/src/views/storage/allocationByGroup/allocationByGroupAdd.vue +++ b/yxt-as-ui/src/views/storage/allocationByGroup/allocationByGroupAdd.vue @@ -139,9 +139,10 @@ - - - + + + + @@ -449,36 +450,37 @@ this.viewState = 1 if (value.length > 0) { value.forEach((e) => { - this.formobj.wmsInventoryAllocateBillDetailNewList.push({ - "goodsSpuSid": e.goodsSpuSid, - "goodsSpuName": e.goodsSpuName, - "goodsSkuCode": e.goodsSkuCode, - "goodsSkuOwnSpec": e.goodsSkuOwnSpec, - "goodsSkuSid": e.goodsSkuSid, - "goodsSkuTitle": e.goodsSkuTitle, - "billSid": this.formobj.sid, - "inventorySid": e.inventorySid, - "warehouseSid": e.warehouseSid, - "warehouseName": e.warehouseName, - "warehouseAreaSid": e.warehouseAreaSid, - "warehouseArea": e.warehouseArea, - "warehouseRackSid": e.warehouseRackSid, - "warehouseRackCode": e.warehouseRackCode, - "taxPrice": e.taxPrice, - "stockCount": e.count, - "inWarehouseSid": '', - "inWarehouseName": '', - "inWarehouseRackSid": '', - "inWarehouseRackCode": '', - "count": 0, - "amount": 0, - "requAmount": e.taxPrice, - "markUpRatio": 0, - "unit": e.unit, - "goodsID": e.goodsID, - "manufacturerSid": e.manufacturerSid, - "manufacturerName": e.manufacturerName, + goodsSpuSid: e.goodsSpuSid, + goodsSpuName: e.goodsSpuName, + goodsSkuCode: e.goodsSkuCode, + goodsSkuOwnSpec: e.goodsSkuOwnSpec, + goodsSkuSid: e.goodsSkuSid, + goodsSkuTitle: e.goodsSkuTitle, + billSid: this.formobj.sid, + inventorySid: e.inventorySid, + warehouseSid: e.warehouseSid, + warehouseName: e.warehouseName, + warehouseZoneSid: e.warehouseZoneSid, + warehouseZoneName: e.warehouseZoneName, + warehouseAreaSid: e.warehouseAreaSid, + warehouseArea: e.warehouseArea, + warehouseRackSid: e.warehouseRackSid, + warehouseRackCode: e.warehouseRackCode, + taxPrice: e.taxPrice, + stockCount: e.count, + inWarehouseSid: '', + inWarehouseName: '', + inWarehouseRackSid: '', + inWarehouseRackCode: '', + count: 0, + amount: 0, + requAmount: e.taxPrice, + markUpRatio: 0, + unit: e.unit, + goodsID: e.goodsID, + manufacturerSid: e.manufacturerSid, + manufacturerName: e.manufacturerName }) }) } diff --git a/yxt-as-ui/src/views/storage/allocationByGroup/allocationByGroupInfo.vue b/yxt-as-ui/src/views/storage/allocationByGroup/allocationByGroupInfo.vue index 82da4975ec..3ca37ad717 100644 --- a/yxt-as-ui/src/views/storage/allocationByGroup/allocationByGroupInfo.vue +++ b/yxt-as-ui/src/views/storage/allocationByGroup/allocationByGroupInfo.vue @@ -7,11 +7,8 @@
- - -
申请人
{{ formobj.createByName }} @@ -25,9 +22,7 @@ {{ formobj.createTime }}
- -
调出站
{{ formobj.outPlatName }} @@ -44,35 +39,29 @@ {{ formobj.confirmName }}
-
备注
{{ formobj.remarks }}
- - -
-
调拨商品列表
-
- - - - - - - - - - - - - - - - +
调拨商品列表
+ + + + + + + + + + + + + + + +
@@ -80,119 +69,81 @@ diff --git a/yxt-as-ui/src/views/storage/allocationByGroup/relation/chooseproducts.vue b/yxt-as-ui/src/views/storage/allocationByGroup/relation/chooseproducts.vue index a56f465ffa..597fd95465 100644 --- a/yxt-as-ui/src/views/storage/allocationByGroup/relation/chooseproducts.vue +++ b/yxt-as-ui/src/views/storage/allocationByGroup/relation/chooseproducts.vue @@ -14,13 +14,13 @@
- - - - - - - - - - - - + + + + + + + + + + + + +
-
+
- +
@@ -62,111 +61,112 @@ diff --git a/yxt-as-ui/src/views/workFlow/allocationByBranchesFlow/allocationByBranchesDaiBan.vue b/yxt-as-ui/src/views/workFlow/allocationByBranchesFlow/allocationByBranchesDaiBan.vue index bea3ddfd9c..4a57e5e01f 100644 --- a/yxt-as-ui/src/views/workFlow/allocationByBranchesFlow/allocationByBranchesDaiBan.vue +++ b/yxt-as-ui/src/views/workFlow/allocationByBranchesFlow/allocationByBranchesDaiBan.vue @@ -10,11 +10,8 @@
- - -
申请人
{{ formobj.createByName }} @@ -28,9 +25,7 @@ {{ formobj.createTime }}
- -
调出站
{{ formobj.outPlatName }} @@ -47,40 +42,32 @@ {{ formobj.confirmName }}
-
备注
{{ formobj.remarks }}
- - -
-
调拨商品列表
-
- - - - - - - - - - - - - - - - +
调拨商品列表
+ + + + + + + + + + + + + + + +
- - @@ -110,8 +97,9 @@ 意见: - + + +
@@ -125,349 +113,348 @@ diff --git a/yxt-as-ui/src/views/workFlow/allocationByBranchesFlow/allocationByBranchesEdit.vue b/yxt-as-ui/src/views/workFlow/allocationByBranchesFlow/allocationByBranchesEdit.vue index 2f945142c6..8e4f759bac 100644 --- a/yxt-as-ui/src/views/workFlow/allocationByBranchesFlow/allocationByBranchesEdit.vue +++ b/yxt-as-ui/src/views/workFlow/allocationByBranchesFlow/allocationByBranchesEdit.vue @@ -82,9 +82,10 @@ - - - + + + + diff --git a/yxt-as-ui/src/views/workFlow/allocationByBranchesFlow/relation/chooseproducts.vue b/yxt-as-ui/src/views/workFlow/allocationByBranchesFlow/relation/chooseproducts.vue index a56f465ffa..597fd95465 100644 --- a/yxt-as-ui/src/views/workFlow/allocationByBranchesFlow/relation/chooseproducts.vue +++ b/yxt-as-ui/src/views/workFlow/allocationByBranchesFlow/relation/chooseproducts.vue @@ -14,13 +14,13 @@
- - - - - - - - - - - - + + + + + + + + + + + + +
-
+
- +
@@ -62,111 +61,112 @@ diff --git a/yxt-as-ui/src/views/workFlow/allocationByGroupFlow/allocationByGroupDaiBan.vue b/yxt-as-ui/src/views/workFlow/allocationByGroupFlow/allocationByGroupDaiBan.vue index 16b3b7c910..10e6f66f44 100644 --- a/yxt-as-ui/src/views/workFlow/allocationByGroupFlow/allocationByGroupDaiBan.vue +++ b/yxt-as-ui/src/views/workFlow/allocationByGroupFlow/allocationByGroupDaiBan.vue @@ -10,11 +10,8 @@
- - -
申请人
{{ formobj.createByName }} @@ -28,9 +25,7 @@ {{ formobj.createTime }}
- -
调出站
{{ formobj.outPlatName }} @@ -47,39 +42,32 @@ {{ formobj.confirmName }}
-
备注
{{ formobj.remarks }}
- - -
-
调拨商品列表
-
- - - - - - - - - - - - - - - - +
调拨商品列表
+ + + + + + + + + + + + + + + +
- @@ -109,8 +97,9 @@ 意见: - + + +
@@ -119,356 +108,348 @@
- diff --git a/yxt-as-ui/src/views/workFlow/allocationByGroupFlow/allocationByGroupEdit.vue b/yxt-as-ui/src/views/workFlow/allocationByGroupFlow/allocationByGroupEdit.vue index e6b8c70284..6d58535884 100644 --- a/yxt-as-ui/src/views/workFlow/allocationByGroupFlow/allocationByGroupEdit.vue +++ b/yxt-as-ui/src/views/workFlow/allocationByGroupFlow/allocationByGroupEdit.vue @@ -92,9 +92,10 @@ - - - + + + + diff --git a/yxt-as-ui/src/views/workFlow/allocationByGroupFlow/relation/chooseproducts.vue b/yxt-as-ui/src/views/workFlow/allocationByGroupFlow/relation/chooseproducts.vue index a56f465ffa..597fd95465 100644 --- a/yxt-as-ui/src/views/workFlow/allocationByGroupFlow/relation/chooseproducts.vue +++ b/yxt-as-ui/src/views/workFlow/allocationByGroupFlow/relation/chooseproducts.vue @@ -14,13 +14,13 @@
- - - - - - - - - - - - + + + + + + + + + + + + +
-
+
- +
@@ -62,111 +61,112 @@ diff --git a/yxt-as-ui/src/views/workFlow/allocationFlow/allocationDaiBan.vue b/yxt-as-ui/src/views/workFlow/allocationFlow/allocationDaiBan.vue index 12bd0759df..82ddef49be 100644 --- a/yxt-as-ui/src/views/workFlow/allocationFlow/allocationDaiBan.vue +++ b/yxt-as-ui/src/views/workFlow/allocationFlow/allocationDaiBan.vue @@ -10,11 +10,8 @@
- - -
申请人
{{ formobj.createByName }} @@ -28,9 +25,7 @@ {{ formobj.createTime }}
- -
调出站
{{ formobj.outPlatName }} @@ -47,39 +42,32 @@ {{ formobj.confirmName }}
-
备注
{{ formobj.remarks }}
- - -
-
调拨商品列表
-
- - - - - - - - - - - - - - - - +
调拨商品列表
+ + + + + + + + + + + + + + + +
- @@ -109,8 +97,9 @@ 意见: - + + +
@@ -119,354 +108,339 @@
- diff --git a/yxt-as-ui/src/views/workFlow/allocationFlow/allocationEdit.vue b/yxt-as-ui/src/views/workFlow/allocationFlow/allocationEdit.vue index 954b5881b5..416ee61e3b 100644 --- a/yxt-as-ui/src/views/workFlow/allocationFlow/allocationEdit.vue +++ b/yxt-as-ui/src/views/workFlow/allocationFlow/allocationEdit.vue @@ -9,11 +9,8 @@
- - -
申请人
{{ formobj.createByName }} @@ -24,13 +21,10 @@
申请日期
- {{ formobj.createTime }} - + {{ formobj.createTime }}
- -
调出站
{{ formobj.outPlatName }} @@ -38,8 +32,7 @@
* 调入站点
- + @@ -47,571 +40,395 @@
* 经办人
- + +
-
备注
- + + +
- -
调拨商品列表
添加
- - - + + - - - - - - - - - + + + + + + + + + - + - +
- + diff --git a/yxt-as-ui/src/views/workFlow/allocationFlow/allocationYiBan.vue b/yxt-as-ui/src/views/workFlow/allocationFlow/allocationYiBan.vue index 5d6dff2e67..0dbe38181c 100644 --- a/yxt-as-ui/src/views/workFlow/allocationFlow/allocationYiBan.vue +++ b/yxt-as-ui/src/views/workFlow/allocationFlow/allocationYiBan.vue @@ -7,11 +7,8 @@
- - -
申请人
{{ formobj.createByName }} @@ -25,9 +22,7 @@ {{ formobj.createTime }}
- -
调出站
{{ formobj.outPlatName }} @@ -44,35 +39,29 @@ {{ formobj.confirmName }}
-
备注
{{ formobj.remarks }}
- - -
-
调拨商品列表
-
- - - - - - - - - - - - - - - - +
调拨商品列表
+ + + + + + + + + + + + + + + +
@@ -80,146 +69,145 @@ diff --git a/yxt-as-ui/src/views/workFlow/allocationFlow/relation/chooseproducts.vue b/yxt-as-ui/src/views/workFlow/allocationFlow/relation/chooseproducts.vue index a56f465ffa..d473de9213 100644 --- a/yxt-as-ui/src/views/workFlow/allocationFlow/relation/chooseproducts.vue +++ b/yxt-as-ui/src/views/workFlow/allocationFlow/relation/chooseproducts.vue @@ -14,15 +14,14 @@
diff --git a/yxt-as-ui/src/views/workFlow/gongdankaipiaoFlow/workorderinvoicingEdit.vue b/yxt-as-ui/src/views/workFlow/gongdankaipiaoFlow/workorderinvoicingEdit.vue index b44245a462..cafa7a0d79 100644 --- a/yxt-as-ui/src/views/workFlow/gongdankaipiaoFlow/workorderinvoicingEdit.vue +++ b/yxt-as-ui/src/views/workFlow/gongdankaipiaoFlow/workorderinvoicingEdit.vue @@ -272,7 +272,7 @@ export default { outAmount: e.outAmount, rescueAmount: e.rescueAmount, otherAmount: e.otherAmount, - totalAmount: e.totalAmount + totalAmount: e.settleAmount }) }) } diff --git a/yxt-as-ui/src/views/workFlow/gongdanyingshouFlow/workorderreceivableEdit.vue b/yxt-as-ui/src/views/workFlow/gongdanyingshouFlow/workorderreceivableEdit.vue index e6a7bdd364..c1608c0d08 100644 --- a/yxt-as-ui/src/views/workFlow/gongdanyingshouFlow/workorderreceivableEdit.vue +++ b/yxt-as-ui/src/views/workFlow/gongdanyingshouFlow/workorderreceivableEdit.vue @@ -4,7 +4,7 @@
{{ viewTitle }}
- 选择工单 + 选择维修单 保存 提交
@@ -42,6 +42,11 @@
维修单列表
+ + + @@ -221,8 +226,7 @@ export default { }, chooseGd() { this.viewState = 2 - const aa = [] - this.$refs['divGD'].showData(aa, this.formobj.deptSid) + this.$refs['divGD'].showData(this.formobj.asBwdiffapplyDetailList, this.formobj.deptSid) }, backData(value) { this.viewState = 1 @@ -243,7 +247,7 @@ export default { outAmount: e.outAmount, rescueAmount: e.rescueAmount, otherAmount: e.otherAmount, - totalAmount: e.totalAmount, + totalAmount: e.settleAmount, diffHourAmount: '', diffGoodsAmount: '', diffOutAomunt: '', @@ -259,6 +263,9 @@ export default { resetState() { this.viewState = 1 }, + handleDelete(index) { + this.formobj.asBwdiffapplyDetailList.splice(index, 1) + }, // 计算列表中差异调整的合计金额 jeTotal(row) { row.diffTotalAmount = Math.round((parseFloat(row.diffHourAmount === '' ? '0' : row.diffHourAmount) + parseFloat(row.diffGoodsAmount === '' ? '0' : row.diffGoodsAmount) + parseFloat(row.diffOutAomunt === '' ? '0' : row.diffOutAomunt) + parseFloat(row.diffRescueAmount === '' ? '0' : row.diffRescueAmount) + parseFloat(row.diffOtherAmount === '' ? '0' : row.diffOtherAmount)) * 100) / 100 diff --git a/yxt-as/src/main/java/com/yxt/anrui/as/biz/asarrearsoutapply/AsArrearsoutApplyMapper.java b/yxt-as/src/main/java/com/yxt/anrui/as/biz/asarrearsoutapply/AsArrearsoutApplyMapper.java index 0da9b79f82..f76b77e05d 100644 --- a/yxt-as/src/main/java/com/yxt/anrui/as/biz/asarrearsoutapply/AsArrearsoutApplyMapper.java +++ b/yxt-as/src/main/java/com/yxt/anrui/as/biz/asarrearsoutapply/AsArrearsoutApplyMapper.java @@ -72,4 +72,6 @@ public interface AsArrearsoutApplyMapper extends BaseMapper { @Select("select nodeState from as_arrearsout_apply where pairBillSid = #{pairBillSid}") String selByPairBillSid(String pairBillSid); + + AsArrearsoutApply selectBill(String pairBillNo); } \ No newline at end of file diff --git a/yxt-as/src/main/java/com/yxt/anrui/as/biz/asarrearsoutapply/AsArrearsoutApplyMapper.xml b/yxt-as/src/main/java/com/yxt/anrui/as/biz/asarrearsoutapply/AsArrearsoutApplyMapper.xml index 089c1b77c0..f607aab0a6 100644 --- a/yxt-as/src/main/java/com/yxt/anrui/as/biz/asarrearsoutapply/AsArrearsoutApplyMapper.xml +++ b/yxt-as/src/main/java/com/yxt/anrui/as/biz/asarrearsoutapply/AsArrearsoutApplyMapper.xml @@ -43,4 +43,8 @@ WHERE nodeState != '待提交' and find_in_set(sid, #{list}) + + \ No newline at end of file diff --git a/yxt-as/src/main/java/com/yxt/anrui/as/biz/asarrearsoutapply/AsArrearsoutApplyService.java b/yxt-as/src/main/java/com/yxt/anrui/as/biz/asarrearsoutapply/AsArrearsoutApplyService.java index 9e1b6f09e4..1c204c731a 100644 --- a/yxt-as/src/main/java/com/yxt/anrui/as/biz/asarrearsoutapply/AsArrearsoutApplyService.java +++ b/yxt-as/src/main/java/com/yxt/anrui/as/biz/asarrearsoutapply/AsArrearsoutApplyService.java @@ -155,7 +155,8 @@ public class AsArrearsoutApplyService extends MybatisBaseService saveOrUpdateDto(AsArrearsoutApplyDto dto) { + ResultBean rb = ResultBean.fireFail(); String dtoSid = dto.getSid(); String deptSid = dto.getDeptSid(); SysOrganizationVo deptVo = sysOrganizationFeign.fetchBySid(deptSid).getData(); @@ -164,6 +165,11 @@ public class AsArrearsoutApplyService extends MybatisBaseService resultBean = saveOrUpdateDto(dto); + if(!resultBean.getSuccess()){ + return rb.setMsg(resultBean.getMsg()); + } + String businessSid = resultBean.getData(); asArrearsoutApply = fetchBySid(businessSid); //创建BusinessVariables实体对象 BusinessVariables bv = new BusinessVariables(); diff --git a/yxt-as/src/main/java/com/yxt/anrui/as/biz/asbusrepairbill/AsBusrepairBillService.java b/yxt-as/src/main/java/com/yxt/anrui/as/biz/asbusrepairbill/AsBusrepairBillService.java index 12e9de0a56..d43e580d90 100644 --- a/yxt-as/src/main/java/com/yxt/anrui/as/biz/asbusrepairbill/AsBusrepairBillService.java +++ b/yxt-as/src/main/java/com/yxt/anrui/as/biz/asbusrepairbill/AsBusrepairBillService.java @@ -1280,6 +1280,7 @@ public class AsBusrepairBillService extends MybatisBaseService page = PagerUtil.queryToPage(pagerQuery); IPage pagging = baseMapper.listPage(page, qw);