作者 雷海东

生产计划查看、派工

@@ -24,7 +24,7 @@ @@ -24,7 +24,7 @@
24 data () { 24 data () {
25 return { 25 return {
26 title:"操作", 26 title:"操作",
27 - width:670, 27 + width:800,
28 visible: false, 28 visible: false,
29 disableSubmit: false 29 disableSubmit: false
30 } 30 }
@@ -44,11 +44,13 @@ export default { @@ -44,11 +44,13 @@ export default {
44 { 44 {
45 title: '工序', 45 title: '工序',
46 align: 'center', 46 align: 'center',
  47 + width:220,
47 dataIndex: 'workingProcedure', 48 dataIndex: 'workingProcedure',
48 }, 49 },
49 { 50 {
50 title: '承接人', 51 title: '承接人',
51 align: 'center', 52 align: 'center',
  53 + width:150,
52 dataIndex: 'undertaker', 54 dataIndex: 'undertaker',
53 }, 55 },
54 { 56 {
@@ -59,11 +61,13 @@ export default { @@ -59,11 +61,13 @@ export default {
59 { 61 {
60 title: '验收结果', 62 title: '验收结果',
61 align: 'center', 63 align: 'center',
  64 + width:100,
62 dataIndex: 'yanResult', 65 dataIndex: 'yanResult',
63 }, 66 },
64 { 67 {
65 title: '备注', 68 title: '备注',
66 align: 'center', 69 align: 'center',
  70 + width:150,
67 dataIndex: 'notes', 71 dataIndex: 'notes',
68 }, 72 },
69 ], 73 ],
@@ -102,7 +106,7 @@ export default { @@ -102,7 +106,7 @@ export default {
102 methods: { 106 methods: {
103 yanshouList(record){ 107 yanshouList(record){
104 console.log(record.orderId) 108 console.log(record.orderId)
105 - yanshouList(this.url.queryByNumber,{orderNumber:record.orderId}).then((res) =>{ 109 + yanshouList(this.url.queryByNumber,{orderId:record.orderId}).then((res) =>{
106 if(res){ 110 if(res){
107 this.res=res.result 111 this.res=res.result
108 } 112 }