|
@@ -12,15 +12,15 @@ export const data = `
|
|
|
<td style="color:rgb(0,0,0);font-family:宋体;font-size:11.0pt;background-color:rgb(255,255,255);vertical-align:center;text-align:left;word-wrap:inherit;height:26px;">承包单位:</td>
|
|
|
<td colspan="4" style="color:rgb(0,0,0);font-family:宋体;font-size:11.0pt;background-color:rgb(255,255,255);vertical-align:center;text-align:left;word-wrap:inherit;height:26px;" titlexx="承包单位">
|
|
|
<el-input type="text"
|
|
|
- @contextmenu.prevent.native="contextmenuClick($event)"
|
|
|
- @mousedown.right.native="RightClick(3,1,2,5,4,4,$event)"
|
|
|
+ @contextmenu.capture="contextmenuClick($event)"
|
|
|
+ @mouseup.right="RightClick(3,1,2,5,4,4,$event)"
|
|
|
+ @mouseup.left="inputLeftClick($event, 'key_14__3_1')"
|
|
|
trindex="3" tdindex="1" x1="2" x2="5" y1="4" y2="4"
|
|
|
style="width:100%;height:100%;"
|
|
|
placeholderxx="承包单位"
|
|
|
@focus="getInformation('承包单位',3,1)"
|
|
|
weighing="100.0" id="key_14__3_1" keyname="key_14__3_1"
|
|
|
@blur="getRegularExpression($event,'','请输入字符串',3,1)"
|
|
|
- @mousedown.left.native="inputLeftClick($event, 'key_14__3_1')"
|
|
|
v-model="formData.key_14__3_1"></el-input>
|
|
|
</td>
|
|
|
<td style="color:rgb(0,0,0);font-family:宋体;font-size:11.0pt;background-color:rgb(255,255,255);vertical-align:center;text-align:left;word-wrap:inherit;height:26px;">合同段:</td>
|