|
|
|
|
@ -423,7 +423,12 @@ export default {
|
|
|
|
|
if (typeName.indexOf("成品") > 0) {
|
|
|
|
|
data.FViewType = 1
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
this.dataList.map(function (item) {
|
|
|
|
|
if (item.FID == data.FID) {
|
|
|
|
|
item.info = result;
|
|
|
|
|
}
|
|
|
|
|
return item;
|
|
|
|
|
})
|
|
|
|
|
this.dataColumn.map(function (item) {
|
|
|
|
|
let str = result[item.key + "Type"];
|
|
|
|
|
|
|
|
|
|
|