|
@@ -487,6 +487,13 @@
|
|
label="对应数据列"
|
|
label="对应数据列"
|
|
width="90px"
|
|
width="90px"
|
|
:show-overflow-tooltip="true"
|
|
:show-overflow-tooltip="true"
|
|
|
|
+ ></el-table-column>
|
|
|
|
+ <el-table-column
|
|
|
|
+ sortable
|
|
|
|
+ prop="transfer"
|
|
|
|
+ label="转供工序"
|
|
|
|
+ width="90px"
|
|
|
|
+ :show-overflow-tooltip="true"
|
|
></el-table-column>
|
|
></el-table-column>
|
|
<el-table-column
|
|
<el-table-column
|
|
class-name="gn-TableDownloadExcel-none"
|
|
class-name="gn-TableDownloadExcel-none"
|
|
@@ -1950,7 +1957,8 @@ export default {
|
|
isschedule: that.dialog.editorBox.form.data.isschedule,
|
|
isschedule: that.dialog.editorBox.form.data.isschedule,
|
|
costid: that.dialog.editorBox.form.data.costid,
|
|
costid: that.dialog.editorBox.form.data.costid,
|
|
sourceType: that.dialog.editorBox.form.data.sourceType,
|
|
sourceType: that.dialog.editorBox.form.data.sourceType,
|
|
- mintimegranid: that.dialog.editorBox.form.data.mintimegranid,
|
|
|
|
|
|
+ mintimegranid: that.dialog.editorBox.form.data.mintimegranid,
|
|
|
|
+ transfer: that.dialog.editorBox.form.data.transfer,
|
|
// 基础
|
|
// 基础
|
|
defaultvalue: that.dialog.editorBox.form1.data.defaultvalue,
|
|
defaultvalue: that.dialog.editorBox.form1.data.defaultvalue,
|
|
digits: that.dialog.editorBox.form1.data.digits,
|
|
digits: that.dialog.editorBox.form1.data.digits,
|
|
@@ -1959,8 +1967,7 @@ export default {
|
|
parentid: that.dialog.editorBox.form1.data.parentid,
|
|
parentid: that.dialog.editorBox.form1.data.parentid,
|
|
recTime: that.dialog.editorBox.form1.data.recTime,
|
|
recTime: that.dialog.editorBox.form1.data.recTime,
|
|
useflag: that.dialog.editorBox.form1.data.useflag,
|
|
useflag: that.dialog.editorBox.form1.data.useflag,
|
|
- status: that.dialog.editorBox.form1.data.status,
|
|
|
|
- transfer: that.dialog.editorBox.form1.data.transfer,
|
|
|
|
|
|
+ status: that.dialog.editorBox.form1.data.status,
|
|
// 扩展
|
|
// 扩展
|
|
tagid: that.dialog.editorBox.form1.data.tagid,
|
|
tagid: that.dialog.editorBox.form1.data.tagid,
|
|
tagname: that.dialog.editorBox.form1.data.tagname,
|
|
tagname: that.dialog.editorBox.form1.data.tagname,
|
|
@@ -2072,7 +2079,8 @@ export default {
|
|
propertyid: row.propertyid,
|
|
propertyid: row.propertyid,
|
|
unitid: row.unitid,
|
|
unitid: row.unitid,
|
|
isschedule: row.isschedule,
|
|
isschedule: row.isschedule,
|
|
- sourceType: row.sourceType,
|
|
|
|
|
|
+ sourceType: row.sourceType,
|
|
|
|
+ transfer: row.transfer,
|
|
useflag: useflag,
|
|
useflag: useflag,
|
|
mintimegranid: row.mintimegranid
|
|
mintimegranid: row.mintimegranid
|
|
};
|
|
};
|