|
@@ -304,6 +304,9 @@ export default {
|
|
|
toTheStation:"老区轨道衡"
|
|
|
};
|
|
|
},
|
|
|
+ mounted(){
|
|
|
+ this.form1.resultLoadingDate=new Date();
|
|
|
+ },
|
|
|
methods: {
|
|
|
currentRadioChange1(selection) {
|
|
|
this.input = null;
|
|
@@ -677,7 +680,9 @@ export default {
|
|
|
orderChange(selection){
|
|
|
console.log(selection);
|
|
|
this.purchaseOrderId=selection.purchaseOrderId;
|
|
|
- this.form1 = { purchaseOrderNo: selection.purchaseOrderNo };
|
|
|
+ this.form1 = {
|
|
|
+ purchaseOrderNo: selection.purchaseOrderNo ,
|
|
|
+ resultLoadingDate:new Date() };
|
|
|
this.materialId=selection.materialId;
|
|
|
this.materialName=selection.materialName;
|
|
|
this.supplierId=selection.supplierId;
|