|
@@ -182,7 +182,7 @@
|
|
|
</td>
|
|
|
</tr>
|
|
|
</table>
|
|
|
-
|
|
|
+
|
|
|
</div>
|
|
|
</template>
|
|
|
|
|
@@ -206,6 +206,7 @@ export default {
|
|
|
data() {
|
|
|
return {
|
|
|
tableData: {
|
|
|
+ kehuMingcheng: undefined,
|
|
|
xnJiesuanPrice: [{}],
|
|
|
},
|
|
|
equipmentOptions: [],
|
|
@@ -228,8 +229,8 @@ export default {
|
|
|
tableData1: {
|
|
|
handler(newV, oldV){
|
|
|
if(newV){
|
|
|
- console.log(newV, oldV)
|
|
|
-
|
|
|
+ console.log(newV[0].itdmWeituoInfo, oldV)
|
|
|
+ this.tableData.kehuMingcheng =newV[0].itdmWeituoInfo.weituoClient
|
|
|
}
|
|
|
},
|
|
|
deep: true,
|
|
@@ -298,7 +299,7 @@ export default {
|
|
|
|
|
|
|
|
|
submit() {
|
|
|
-
|
|
|
+
|
|
|
let zizhiYaoqiu = []
|
|
|
if (this.tableData.zizhiYaoqiu_dictText1) {
|
|
|
zizhiYaoqiu.push('CNAS')
|