diff --git a/sgzb-modules/sgzb-base/src/main/resources/mapper/base/MaintenanceGangMapper.xml b/sgzb-modules/sgzb-base/src/main/resources/mapper/base/MaintenanceGangMapper.xml
index 58f6fe45..77efc6d4 100644
--- a/sgzb-modules/sgzb-base/src/main/resources/mapper/base/MaintenanceGangMapper.xml
+++ b/sgzb-modules/sgzb-base/src/main/resources/mapper/base/MaintenanceGangMapper.xml
@@ -22,11 +22,15 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
diff --git a/sgzb-modules/sgzb-material/src/main/resources/mapper/material/AgreementInfoMapper.xml b/sgzb-modules/sgzb-material/src/main/resources/mapper/material/AgreementInfoMapper.xml
index 613bca23..8f63a4ca 100644
--- a/sgzb-modules/sgzb-material/src/main/resources/mapper/material/AgreementInfoMapper.xml
+++ b/sgzb-modules/sgzb-material/src/main/resources/mapper/material/AgreementInfoMapper.xml
@@ -109,7 +109,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
LEFT JOIN bm_unit_info bui ON bui.unit_id = bai.unit_id
where bai.status = '1'
- and bai.contract_code like concat('%', #{keyWord}, '%')
+ and (bai.contract_code like concat('%', #{keyWord}, '%') or
+ auth_person like concat('%', #{keyWord}, '%') or
+ phone like concat('%', #{keyWord}, '%'))
diff --git a/sgzb-ui/src/api/store/newBuy.js b/sgzb-ui/src/api/store/newBuy.js
index 96dec0ca..26ac03d3 100644
--- a/sgzb-ui/src/api/store/newBuy.js
+++ b/sgzb-ui/src/api/store/newBuy.js
@@ -363,3 +363,12 @@ export function getWholeSetDetails(query) {
params: query,
})
}
+
+// 查看绑定编码详情
+export function getBindCodeDetails(query) {
+ return request({
+ url: '/material/purchaseMacode/details',
+ method: 'get',
+ params: query,
+ })
+}
\ No newline at end of file
diff --git a/sgzb-ui/src/views/base/assetAttributeManagement/index.vue b/sgzb-ui/src/views/base/assetAttributeManagement/index.vue
index 7652d0a0..f6208533 100644
--- a/sgzb-ui/src/views/base/assetAttributeManagement/index.vue
+++ b/sgzb-ui/src/views/base/assetAttributeManagement/index.vue
@@ -81,12 +81,6 @@
- <<<<<<< HEAD
-
-
-
-
- =======
- >>>>>>> 0e681358a987a27cf0ca5da93cd80f30abbe2c0c
+
+
+