XAWDJ0277HWXPT2\Administrator 5 yıl önce
ebeveyn
işleme
ae76a940c7

Dosya farkı çok büyük olduğundan ihmal edildi
+ 1 - 1
web/index.html


Dosya farkı çok büyük olduğundan ihmal edildi
+ 2 - 2
web/js/app.ff6d7b02.js


Dosya farkı çok büyük olduğundan ihmal edildi
+ 1 - 1
web/js/app.ff6d7b02.js.map


Dosya farkı çok büyük olduğundan ihmal edildi
+ 2 - 0
web/js/chunk-a80ca5cc.256c6a60.js


Dosya farkı çok büyük olduğundan ihmal edildi
+ 1 - 0
web/js/chunk-a80ca5cc.256c6a60.js.map


Dosya farkı çok büyük olduğundan ihmal edildi
+ 0 - 2
web/js/chunk-a80ca5cc.741b6c08.js


Dosya farkı çok büyük olduğundan ihmal edildi
+ 0 - 1
web/js/chunk-a80ca5cc.741b6c08.js.map


+ 4 - 2
webConfig/src/views/projectManagement.vue

@@ -1083,8 +1083,8 @@
                 ],
                 lightControlListEN_for:[
                     {model:'lamp_no',label:'Lamp number',unit:''},
-                    {model:'poName',label:'PO',type:'select',unit:''},
-                    {model:'supplierName',label:'Supplier',type:'select',unit:''},
+                    {model:'poName',label:'PO name',type:'select',unit:''},
+                    {model:'supplierName',label:'Supplier name',type:'select',unit:''},
                     {model:'protocoltype',label:'Network protocol type',type:"select",unit:''},{model:'section',label:'Road',unit:''},{model:'address',label:'Wireless module address',unit:''},
                     // {model:'poleheight',label:'Lamp-post length',unit:'(m)'},
                     // {model:'polediameter',label:'Lamp-post diameter',unit:'(mm)'},
@@ -3557,6 +3557,8 @@
                         for(let key in this.lightControlData){
                             this.lightControlData[key] = data.data[key];
                         }
+                        this.lightControlData.poName = data.data.po+'';
+                        this.lightControlData.supplierName = data.data.supplier+'';
                     })
                 })
             },