{{ scope.row.零件图号 }}
diff --git a/src/views/ManufacturingCenter/ProcessQuotaEstablishment/index.vue b/src/views/ManufacturingCenter/ProcessQuotaEstablishment/index.vue
index e6225803..03fdcf68 100644
--- a/src/views/ManufacturingCenter/ProcessQuotaEstablishment/index.vue
+++ b/src/views/ManufacturingCenter/ProcessQuotaEstablishment/index.vue
@@ -2,7 +2,7 @@
工艺员:
-
+
零件号:
-
+
+
+
+
-
- 查询
-
是否核准
在制零件工艺调整
@@ -554,6 +554,7 @@ export default {
},
data() {
return {
+ partNumber: '',
options: [],
weight: '',
dialogMateria2: false,
@@ -1080,7 +1081,7 @@ export default {
this.isShow1 = true
this.isShow2 = false
this.checked1 = true
- getPartnames1(this.CraftmenValue, this.partNumValue).then(response => {
+ getPartnames1(this.CraftmenValue, this.partNumber).then(response => {
for (let i = 0; i < response.data.length; i++) {
this.partNum.push({
label: response.data[i].零件图号,