Browse Source

rev:优化生箔工单、分切工单页面

master
涂强 5 days ago
parent
commit
19afdce1af
  1. 1
      lms/nladmin-ui/src/views/wms/pdm/order/rawfoilworkorder/index.vue
  2. 10
      lms/nladmin-ui/src/views/wms/pdm/order/slittingplan/index.vue

1
lms/nladmin-ui/src/views/wms/pdm/order/rawfoilworkorder/index.vue

@ -378,6 +378,7 @@ export default {
}, },
async queryMater() { async queryMater() {
this.materShow = true this.materShow = true
this.materType = '7410'
}, },
formatStatusName(row) { formatStatusName(row) {
return this.dict.label.product_status[row.status] return this.dict.label.product_status[row.status]

10
lms/nladmin-ui/src/views/wms/pdm/order/slittingplan/index.vue

@ -908,6 +908,16 @@ export default {
async queryMater(index) { async queryMater(index) {
this.indexType = index this.indexType = index
this.materShow = true this.materShow = true
// 7019FRP482244157410
if (index === 1) {
this.materType = '7410'
} else if (index === 2) {
this.materType = '4822'
} else if (index === 3) {
this.materType = '7019'
} else if (index === 4) {
this.materType = '4415'
}
}, },
querytable() { querytable() {
this.$refs.table.clearSelection() this.$refs.table.clearSelection()

Loading…
Cancel
Save