-
新增
+
+ 新增
+
+
+
+ {{ '' }}
+
+ ·
-
+
编辑
删除
复制明细
详情
+
@@ -719,10 +767,10 @@ export default {
-
+
物料编码
-
+
@@ -877,4 +925,8 @@ export default {
height: auto;
line-height: 1.5;
}
+
+.radio /deep/ .el-radio__label{
+ display: none;
+}
diff --git a/src/views/modules/quote/detail/quoteGroupDetail.vue b/src/views/modules/quote/detail/quoteGroupDetail.vue
new file mode 100644
index 0000000..5eb78b7
--- /dev/null
+++ b/src/views/modules/quote/detail/quoteGroupDetail.vue
@@ -0,0 +1,933 @@
+
+
+
+
+
新增
+
+
+
+
+ {{ scope.row[item.columnProp] }}
+
+
+
+
+
+ 删除
+ 条目明细
+
+
+
+
+
+
+
+
+
+
+ 物料编码
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 保存进入报价页面
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {this.saveVisible = false}" v-model:quoteDetail="saveQuoteDetail">
+
+
+ {this.saveVisible = false}" v-model:quoteDetail="saveQuoteDetail">
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查 询
+
+
+
+
+
+ {{scope.row[item.columnProp]}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row[item.columnProp] }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/modules/quote/index.vue b/src/views/modules/quote/index.vue
index 98aa8f8..367ca85 100644
--- a/src/views/modules/quote/index.vue
+++ b/src/views/modules/quote/index.vue
@@ -24,10 +24,12 @@ import PriceCheckProperties from "../quotation/priceCheckProperties.vue";
import ApprovalInformation from "../changeManagement/approvalInformation.vue";
import {getPriceCheckPropertiesList} from "../../../api/quotation/priceCheckProperties";
import {getApprovalList} from "../../../api/changeManagement/changeManagement";
+import QuoteGroupDetail from "./detail/quoteGroupDetail.vue";
export default {
name: "quote",
components: {
+ QuoteGroupDetail,
ApprovalInformation, PriceCheckProperties,
quotationProjectInformation, OssComponents, CustomerInfo, quotationCustomerContact,
DictDataSelect,
@@ -1109,7 +1111,10 @@ export default {
-
+
+
+
+