Commit 3026920b authored by 李驰骋's avatar 李驰骋

生产工单表单属性字段修正

parent 36c81547
...@@ -354,45 +354,36 @@ export default { ...@@ -354,45 +354,36 @@ export default {
bomList: [], bomList: [],
// 表单参数 // 表单参数
form: { form: {
// prototypeRequestCode: "", workorderId: null,
// itemId: "", workorderCode: null,
// itemName: "", workorderName: null,
// unit: "", routeName: null,
// routeId: "", workorderType: "SELF",
// routeName: "", orderSource: null,
// abbreviation: "", sourceCode: null,
// enName: "", productId: null,
// num: "", productCode: null,
// type: "", productName: null,
// status: "PREPARE", productSpc: null,
// modality: "", unitOfMeasure: null,
// surfaceTreatment: "", quantity: null,
// ngReason: "", quantityProduced: null,
// plannedFinishDate: "", quantityChanged: null,
// plannedLayoutDate: "", quantityScheduled: null,
// testStandard: "", clientId: null,
// remark: "", clientCode: null,
workorderCode: "", clientName: null,
workorderName: "", vendorId: null,
orderSource: "", vendorCode: null,
routeName: "", vendorName: null,
sourceCode: "", requestDate: null,
productId: "", parentId: null,
productCode: "",
productName: "",
productSpc: "",
unitOfMeasure: "",
quantity: "",
quantityProduced: "",
quantityChanged: "",
quantityScheduled: "",
clientId: "",
clientCode: "",
clientName: "",
requestDate: "",
parentId: "",
ancestors: "",
status: "PREPARE", status: "PREPARE",
remark: null,
createBy: null,
createTime: null,
updateBy: null,
updateTime: null,
}, },
// 表单校验 // 表单校验
rules: { rules: {
...@@ -623,21 +614,6 @@ export default { ...@@ -623,21 +614,6 @@ export default {
/**重置表单 */ /**重置表单 */
resetForm() { resetForm() {
this.form = { this.form = {
// prototypeRequestCode: "",
// itemId: "",
// itemName: "",
// routeId: "",
// abbreviation: "",
// enName: "",
// num: "",
// type: "",
// modality: "",
// surfaceTreatment: "",
// ngReason: "",
// plannedFinishDate: "",
// plannedLayoutDate: "",
// testStandard: "",
// remark: "",
workorderId: null, workorderId: null,
workorderCode: null, workorderCode: null,
workorderName: null, workorderName: null,
......
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