|
@ -148,7 +148,8 @@ export default { |
|
|
{ type: "inputNumber", label: "标签个数", prop: "labelQty", min:1,colSpan: 12 }, |
|
|
{ type: "inputNumber", label: "标签个数", prop: "labelQty", min:1,colSpan: 12 }, |
|
|
{ type: "dateTime", label: "生产时间", prop: "produceDate", colSpan: 12 }, |
|
|
{ type: "dateTime", label: "生产时间", prop: "produceDate", colSpan: 12 }, |
|
|
{ type: "dateTime", label: "到货时间", prop: "arriveDate", colSpan: 12 }, |
|
|
{ type: "dateTime", label: "到货时间", prop: "arriveDate", colSpan: 12 }, |
|
|
{ type: "input", label: "备注", prop: "remark", colSpan: 12 }, |
|
|
// { type: "input", label: "备注", prop: "remark", colSpan: 12 }, |
|
|
|
|
|
{ type: "select",prop: "remark",options: "ProductionReturnReason", label: "生产退库原因", colSpan: 12 }, |
|
|
{ |
|
|
{ |
|
|
hide:false,type: "filterSelect", label: "供应商代码", prop: "supplierCode", optionsLabel: "supplierSimpleName", optionsValue: "supplierCode", clearable:true, |
|
|
hide:false,type: "filterSelect", label: "供应商代码", prop: "supplierCode", optionsLabel: "supplierSimpleName", optionsValue: "supplierCode", clearable:true, |
|
|
beforeFocus:()=>{if(!this.selectData.itemCode || this.selectData.itemCode.length <= 0){this.$message.error('请输入'+_Names.itemCode); return false}else{return true}}, |
|
|
beforeFocus:()=>{if(!this.selectData.itemCode || this.selectData.itemCode.length <= 0){this.$message.error('请输入'+_Names.itemCode); return false}else{return true}}, |
|
@ -186,7 +187,8 @@ export default { |
|
|
{ width:"auto",label: "供应商零件号", prop: "supplierItemCode", }, |
|
|
{ width:"auto",label: "供应商零件号", prop: "supplierItemCode", }, |
|
|
{ width:"auto",label: "供应商零件名", prop: "supplierItemName", }, |
|
|
{ width:"auto",label: "供应商零件名", prop: "supplierItemName", }, |
|
|
{ width:"auto",label: "采购订单号", prop: "poNumber",type: "dateTime" }, |
|
|
{ width:"auto",label: "采购订单号", prop: "poNumber",type: "dateTime" }, |
|
|
{ width:"auto",label: "备注", prop: "remark", }, |
|
|
// { width:"auto",label: "备注", prop: "remark", }, |
|
|
|
|
|
{ label: "生产退库原因", prop: "remark",type: "filter", filters: "getDict", dictType:"ProductionReturnReason"}, |
|
|
{ width:"auto",label: "箱标签", prop: "packingCode",fixed:"right" }, |
|
|
{ width:"auto",label: "箱标签", prop: "packingCode",fixed:"right" }, |
|
|
], |
|
|
], |
|
|
// 已选数据信息 |
|
|
// 已选数据信息 |
|
|