|
@@ -203,6 +203,7 @@
|
|
|
</el-option>
|
|
|
</el-select>
|
|
|
</el-form-item>
|
|
|
+
|
|
|
<el-form-item>
|
|
|
<span>物料单位</span>
|
|
|
<el-input v-model="infolist.unit" disabled></el-input>
|
|
@@ -697,10 +698,12 @@ export default {
|
|
|
};
|
|
|
},
|
|
|
computed: {
|
|
|
+
|
|
|
coefficient: function () {
|
|
|
if (
|
|
|
this.infolist.width == undefined &&
|
|
|
this.infolist.length == undefined
|
|
|
+
|
|
|
) {
|
|
|
this.infolist.coefficient = "1";
|
|
|
this.settlementAmount();
|
|
@@ -762,6 +765,7 @@ export default {
|
|
|
},
|
|
|
data: { sceneName: v }
|
|
|
}).then(res => {
|
|
|
+ console.log(res);
|
|
|
this.metirialOpt = res.data.data;
|
|
|
});
|
|
|
},
|