种类:
@@ -82,8 +79,8 @@
长度:
计算重量
- ∮ ° # □ ∥ ± × Ⅰ Ⅱ Ⅲ ⊥ % ■ ∠ mm ◎ ○ δ μm / ◇ ()
-
计算重量
+
+
@@ -144,16 +141,11 @@
计算公差
粘贴
- 典艺
-
- 完艺
-
- 删除
-
- 复制并保存
-
- 保存
-
+ 原有
+ 完艺
+ 删除
+ 复制并保存
+ 保存
-
+
-
-
-
-
-
+
+
+
+ 查询
-
-
-
-
-
-
-
-
- 查询
-
-
-
-
+
+
+
+ 工艺拷贝
-
-
-
-
-
-
- 工艺拷贝
-
- {{ scope.row.工艺序号 }}
+ {{ scope.row.工序顺序 }}
@@ -472,12 +421,7 @@
工艺拷贝
-
+
{{ scope.row.工序顺序 }}
@@ -552,6 +496,8 @@
+
diff --git a/src/views/Outsourcing/InterBudgetaryBudgets/index.vue b/src/views/Outsourcing/InterBudgetaryBudgets/index.vue
index 1f04e907..a5ae2b45 100644
--- a/src/views/Outsourcing/InterBudgetaryBudgets/index.vue
+++ b/src/views/Outsourcing/InterBudgetaryBudgets/index.vue
@@ -3,26 +3,36 @@
-
+
未编制
已编制
- 项目名称:
-
-
-
+
+
+
+
+
+
+
+
机床名称:
-
+
+ :value="item.value">
+ {{ item.label }}
+ {{ item.value2 }}
+
+
+
+
+
+
+
+
分组:
-
+
@@ -124,7 +134,7 @@
-
+
@@ -204,7 +214,7 @@ export default {
}
},
created() {
- this.fetchData()
+ this.typeChange()
this.searchPartNum()
},
methods: {
@@ -231,11 +241,12 @@ export default {
this.toolNum = []
this.NumValue = ''
this.Num = []
- getToolNum(this.entryNameValue).then(response => {
+ getToolNum().then(response => {
for (let i = 0; i < response.data.length; i++) {
this.toolNum.push({
label: response.data[i].机床图号,
- value: response.data[i].机床流水号
+ value: response.data[i].机床流水号,
+ value2: response.data[i].项目名称
})
}
})
diff --git a/src/views/Outsourcing/OutsourcingPaymentPlanManagement2/index.vue b/src/views/Outsourcing/OutsourcingPaymentPlanManagement2/index.vue
new file mode 100644
index 00000000..17b4d858
--- /dev/null
+++ b/src/views/Outsourcing/OutsourcingPaymentPlanManagement2/index.vue
@@ -0,0 +1,668 @@
+
+
+
+
+ 外协厂家:
+
+
+
+ 查询
+
+
+
+
+
+
+
+ {{ scope.row.外协厂家名称 }}
+
+
+
+
+ {{ scope.row.待付金额 }}
+
+
+
+
+ 到票
+ 付款
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.付款金额 }}
+
+
+
+
+ {{ scope.row.备注 }}
+
+
+
+
+ {{ scope.row.付款日期 }}
+
+
+
+
+ 编辑
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.发票号 }}
+
+
+
+
+ {{ scope.row.接收人 }}
+
+
+
+
+ {{ scope.row.开户行 }}
+
+
+
+
+ {{ scope.row.开票金额 }}
+
+
+
+
+ {{ scope.row.开票时间 }}
+
+
+
+
+ {{ scope.row.接收时间 }}
+
+
+
+
+ {{ scope.row.备注 }}
+
+
+
+
+ 编辑
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/Outsourcing/OutsourcingTaskExecution/index.vue b/src/views/Outsourcing/OutsourcingTaskExecution/index.vue
index 20f7c440..f48e1ff4 100644
--- a/src/views/Outsourcing/OutsourcingTaskExecution/index.vue
+++ b/src/views/Outsourcing/OutsourcingTaskExecution/index.vue
@@ -404,7 +404,7 @@
-
+
查询
@@ -1207,14 +1207,12 @@ export default {
},
// 成交
Deal() {
- this.documentStatus = 2
- this.sign = 1
this.$confirm('成交后单据不可修改, 确定成交吗?', '提示', {
confirmButtonText: '确定',
cancelButtonText: '取消',
type: 'warning'
}).then(() => {
- editData1(this.Number, this.ManufactorNumber, this.freight, this.documentStatus, this.sign, this.Explain).then(response => {
+ editData1(this.Number, this.ManufactorNumber, this.freight, this.Explain).then(response => {
if (response.data[0].result === '1') {
this.$message.success('提交成功')
this.fetchData()
@@ -1265,7 +1263,7 @@ export default {
},
// 提交编辑
submitEdit() {
- editData(this.Number, this.ManufactorNumber1, this.form.运费, this.documentStatus, 1, this.Explain).then(response => {
+ editData(this.Number, this.ManufactorNumber1, this.form.运费, this.Explain).then(response => {
if (response.data[0].result === '1') {
this.$message.success('编辑成功')
this.dialogFormVisible = false
@@ -1436,7 +1434,8 @@ export default {
handleSelectionChange(val) {
this.processNum = val
},
- getSpareParts() { // 选入零件
+ // 选入零件
+ getSpareParts() {
if (this.Number !== null) {
this.result = 0
for (let i = 0; i < this.processNum.length; i++) {
diff --git a/src/views/Outsourcing/OutsourcingTaskQuery/index.vue b/src/views/Outsourcing/OutsourcingTaskQuery/index.vue
index b63cd08f..9575e0fe 100644
--- a/src/views/Outsourcing/OutsourcingTaskQuery/index.vue
+++ b/src/views/Outsourcing/OutsourcingTaskQuery/index.vue
@@ -315,7 +315,6 @@ export default {
for (let i = 0; i < this.gongxulsh.length; i++) {
handlechange(this.gongxulsh[i].工序流水号, '0000')
if (i === this.gongxulsh.length - 1) {
- console.log(1)
shouhuo(row.外协加工任务单流水号).then(response => {
if (response.data[0].result === '1') {
this.fetchData()
diff --git a/src/views/Outsourcing/PreorderAssociation/index.vue b/src/views/Outsourcing/PreorderAssociation/index.vue
index cdce2a23..db9112cd 100644
--- a/src/views/Outsourcing/PreorderAssociation/index.vue
+++ b/src/views/Outsourcing/PreorderAssociation/index.vue
@@ -2,22 +2,32 @@
- 项目名称:
-
-
-
+
+
+
+
+
+
+
+
机床名称:
-
+
+ :value="item.value">
+ {{ item.label }}
+ {{ item.value2 }}
+
+
+
+
+
+
+
+
分组:
-
+
未加工
- 已完成
+ 已完成
备料
停产
- 选择
+ 选择
@@ -166,7 +176,7 @@ export default {
}
},
created() {
- this.fetchData()
+ this.typeChange()
this.searchTable()
},
methods: {
@@ -187,11 +197,12 @@ export default {
this.toolNum = []
this.NumValue = ''
this.Num = []
- getToolNum(this.entryNameValue).then(response => {
+ getToolNum().then(response => {
for (let i = 0; i < response.data.length; i++) {
this.toolNum.push({
label: response.data[i].机床图号,
- value: response.data[i].机床流水号
+ value: response.data[i].机床流水号,
+ value2: response.data[i].项目名称
})
}
})
@@ -244,6 +255,7 @@ export default {
this.checkBox = []
this.tableData2 = []
searchTable2(row.工艺计划流水号).then(response => {
+ console.log(response.data)
this.num1 = row.工艺计划流水号
if (response.data.length === 0) {
this.loading0 = false