作者 雷海东

生产计划查看、派工

... ... @@ -24,7 +24,7 @@
data () {
return {
title:"操作",
width:670,
width:800,
visible: false,
disableSubmit: false
}
... ...
... ... @@ -44,11 +44,13 @@ export default {
{
title: '工序',
align: 'center',
width:220,
dataIndex: 'workingProcedure',
},
{
title: '承接人',
align: 'center',
width:150,
dataIndex: 'undertaker',
},
{
... ... @@ -59,11 +61,13 @@ export default {
{
title: '验收结果',
align: 'center',
width:100,
dataIndex: 'yanResult',
},
{
title: '备注',
align: 'center',
width:150,
dataIndex: 'notes',
},
],
... ... @@ -102,7 +106,7 @@ export default {
methods: {
yanshouList(record){
console.log(record.orderId)
yanshouList(this.url.queryByNumber,{orderNumber:record.orderId}).then((res) =>{
yanshouList(this.url.queryByNumber,{orderId:record.orderId}).then((res) =>{
if(res){
this.res=res.result
}
... ...