+
刷新 | 待询价零件数
@@ -417,12 +417,12 @@
询价单
询价单基础信息维护
-
+
{{ scope.row.询价单编号 }}
-
+
{{ scope.row.供应商名称 }}
@@ -442,12 +442,12 @@
{{ scope.row.注册资本 }}
-
+
{{ scope.row.帐号 }}
-
+
{{ scope.row.开户行 }}
@@ -467,10 +467,10 @@
{{ scope.row.货期 }}
-
+
- 编辑
- 删除
+ 编辑
+ 删除
@@ -545,9 +545,9 @@
{{ scope.row.组号 || scope.row.基本件组号 }}
-
+
- 移出
+ 移出
@@ -1072,6 +1072,8 @@ export default {
})
},
clickCard1(project, machine) {
+ var hight = this.$refs.height1.offsetHeight
+ document.documentElement.scrollTop = hight + 140
this.projectValue = project
this.machine = []
this.machineValue = ''
@@ -1092,6 +1094,8 @@ export default {
})
},
clickCard2(project, machine) {
+ var hight = this.$refs.height1.offsetHeight
+ document.documentElement.scrollTop = hight + 140
this.projectValue = project
this.machine = []
this.machineValue = ''
@@ -1147,6 +1151,7 @@ export default {
}
}).then(res => {
this.machines1 = res.data
+ console.log(this.machines1)
})
},
async searchUnBuyPartNumber() {
diff --git a/src/views/PurchasingCenter/InvoiceSettlementApplication/index.vue b/src/views/PurchasingCenter/InvoiceSettlementApplication/index.vue
index c5eb128a..9fa62c05 100644
--- a/src/views/PurchasingCenter/InvoiceSettlementApplication/index.vue
+++ b/src/views/PurchasingCenter/InvoiceSettlementApplication/index.vue
@@ -8,7 +8,7 @@
创建
发票结算申请单
-
+
@@ -41,7 +41,7 @@
-
+
{{ scope.row.供应商名称 }}
@@ -51,7 +51,7 @@
{{ scope.row.发票号 }}
-
+
{{ scope.row.发票金额 }}
@@ -61,7 +61,7 @@
{{ scope.row.申请人姓名 ? scope.row.申请人姓名 : '未提交' }}
-
+
{{ scope.row.申请时间 ? scope.row.申请时间 : '—' }}
@@ -71,7 +71,7 @@
{{ scope.row.审批人1姓名 ? scope.row.审批人1姓名 : '未审批' }}
-
+
{{ scope.row.审批1时间 ? scope.row.审批1时间 : '—' }}
@@ -81,7 +81,7 @@
{{ scope.row.审批人4姓名 ? scope.row.审批人4姓名 : '未审批' }}
-
+
{{ scope.row.审批4时间 ? scope.row.审批4时间 : '—' }}
@@ -91,16 +91,16 @@
{{ scope.row.审批人3姓名 ? scope.row.审批人3姓名 : '未审批' }}
-
+
{{ scope.row.审批3时间 ? scope.row.审批3时间 : '—' }}
-
+
- 编辑
- 删除
- 提交申请
+ 编辑
+ 删除
+ 提交申请
diff --git a/src/views/PurchasingCenter/OfflineContract/index.vue b/src/views/PurchasingCenter/OfflineContract/index.vue
index 1b721d91..a857722c 100644
--- a/src/views/PurchasingCenter/OfflineContract/index.vue
+++ b/src/views/PurchasingCenter/OfflineContract/index.vue
@@ -12,7 +12,7 @@
物料状态:
-
+
-
+
{{ scope.row.物料名称 }}
@@ -91,7 +91,7 @@
{{ scope.row.物料型号 }}
-
+
{{ scope.row.物料规格 }}
@@ -111,7 +111,7 @@
{{ scope.row.待采购数量 = Number(scope.row.零件数量) - Number(scope.row.使用滞货数量) }}
-
+
{{ scope.row.备注 }}
@@ -192,7 +192,7 @@
{{ scope.row.物料名称 }}
-
+
{{ scope.row.物料型号 }}
@@ -231,8 +231,9 @@
确定
设置
@@ -302,7 +303,7 @@
{{ scope.row.离线合同名称 }}
-
+
{{ scope.row.供应商名称 }}
@@ -324,9 +325,9 @@
- 编辑
- 删除
- 导出
+ 编辑
+ 删除
+ 导出
@@ -434,7 +435,7 @@
- 移除
+ 移除
移除
@@ -1543,6 +1544,7 @@ export default {