Commit 27813bb0 authored by 徐来柯's avatar 徐来柯

update

parent 6c4b60f1
......@@ -587,13 +587,13 @@ export default {
ProductID:this.ProductID,
PID:this.PID,
Quantity: this.Quantity,
DeliveryDt: this.DeliveryDt,
DeliveryDt: this.$moment(this.DeliveryDt).format('YYYY-MM-DD HH:mm:ss'),
VPID: this.VPID,
VStatus: this.VStatus,
VDeliveryDt: this.VDeliveryDt,
VPlanQuantity: this.VPlanQuantity
}
// if(this.tData != 0){
// for(let i=0;i<this.tData.length;i++){
// if(this.producV == this.tData[i].Name){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment