Commit 3a615393 authored by 黄奎's avatar 黄奎

车辆修改

parent 236b8ad2
...@@ -624,7 +624,7 @@ ...@@ -624,7 +624,7 @@
} }
if ( if (
this.PlanTableData[index].DetailList[subIndex].UseType == "0" || this.PlanTableData[index].DetailList[subIndex].UseType == "0" ||
this.PlanTableData[index].DetailList[subIndex].UseType != value this.PlanTableData[index].DetailList[subIndex].UseType != value
) { ) {
this.PlanTableData[index].DetailList[subIndex].UseType = value; this.PlanTableData[index].DetailList[subIndex].UseType = value;
} else if (this.PlanTableData[index].DetailList[subIndex].UseType == value) { } else if (this.PlanTableData[index].DetailList[subIndex].UseType == value) {
...@@ -789,5 +789,4 @@ ...@@ -789,5 +789,4 @@
this.getSupplierList(); this.getSupplierList();
} }
}; };
</script>
</script> \ No newline at end of file
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