Commit d5204e725e0708892ab1ae9607802be960f910c0

Authored by 史婷婷
1 parent 532b6a40

feat: 变更单-规格相关暂存

Showing 1 changed file with 6 additions and 6 deletions
@@ -42,7 +42,7 @@ @@ -42,7 +42,7 @@
42 @blur="onNonNegativeNumberBlur(item, idx, 'thickness')" /> 42 @blur="onNonNegativeNumberBlur(item, idx, 'thickness')" />
43 </template> 43 </template>
44 </uni-list-item> 44 </uni-list-item>
45 - <uni-list-item title="厚度公差 +(mm)"> 45 + <uni-list-item title="厚度公差上限(mm)">
46 <template v-slot:footer> 46 <template v-slot:footer>
47 <uni-easyinput type="digit" v-model="item.thicknessTolPos" placeholder="请输入厚度公差 +" 47 <uni-easyinput type="digit" v-model="item.thicknessTolPos" placeholder="请输入厚度公差 +"
48 :inputBorder="false" 48 :inputBorder="false"
@@ -50,7 +50,7 @@ @@ -50,7 +50,7 @@
50 @blur="onNonNegativeNumberBlur(item, idx, 'thicknessTolPos')" /> 50 @blur="onNonNegativeNumberBlur(item, idx, 'thicknessTolPos')" />
51 </template> 51 </template>
52 </uni-list-item> 52 </uni-list-item>
53 - <uni-list-item title="厚度公差 -(mm)"> 53 + <uni-list-item title="厚度公差下限(mm)">
54 <template v-slot:footer> 54 <template v-slot:footer>
55 <uni-easyinput type="digit" v-model="item.thicknessTolNeg" placeholder="请输入厚度公差 -" 55 <uni-easyinput type="digit" v-model="item.thicknessTolNeg" placeholder="请输入厚度公差 -"
56 :inputBorder="false" 56 :inputBorder="false"
@@ -65,7 +65,7 @@ @@ -65,7 +65,7 @@
65 @blur="onNonNegativeNumberBlur(item, idx, 'width')" /> 65 @blur="onNonNegativeNumberBlur(item, idx, 'width')" />
66 </template> 66 </template>
67 </uni-list-item> 67 </uni-list-item>
68 - <uni-list-item title="宽度公差 +(mm)"> 68 + <uni-list-item title="宽度公差上限(mm)">
69 <template v-slot:footer> 69 <template v-slot:footer>
70 <uni-easyinput type="digit" v-model="item.widthTolPos" placeholder="请输入宽度公差 +" 70 <uni-easyinput type="digit" v-model="item.widthTolPos" placeholder="请输入宽度公差 +"
71 :inputBorder="false" 71 :inputBorder="false"
@@ -73,7 +73,7 @@ @@ -73,7 +73,7 @@
73 @blur="onNonNegativeNumberBlur(item, idx, 'widthTolPos')" /> 73 @blur="onNonNegativeNumberBlur(item, idx, 'widthTolPos')" />
74 </template> 74 </template>
75 </uni-list-item> 75 </uni-list-item>
76 - <uni-list-item title="宽度公差 -(mm)"> 76 + <uni-list-item title="宽度公差下限(mm)">
77 <template v-slot:footer> 77 <template v-slot:footer>
78 <uni-easyinput type="digit" v-model="item.widthTolNeg" placeholder="请输入宽度公差 -" 78 <uni-easyinput type="digit" v-model="item.widthTolNeg" placeholder="请输入宽度公差 -"
79 :inputBorder="false" 79 :inputBorder="false"
@@ -88,7 +88,7 @@ @@ -88,7 +88,7 @@
88 @blur="onNonNegativeNumberBlur(item, idx, 'length')" /> 88 @blur="onNonNegativeNumberBlur(item, idx, 'length')" />
89 </template> 89 </template>
90 </uni-list-item> 90 </uni-list-item>
91 - <uni-list-item title="长度公差 +(mm)"> 91 + <uni-list-item title="长度公差上限(mm)">
92 <template v-slot:footer> 92 <template v-slot:footer>
93 <uni-easyinput type="digit" v-model="item.lengthTolPos" placeholder="请输入长度公差 +" 93 <uni-easyinput type="digit" v-model="item.lengthTolPos" placeholder="请输入长度公差 +"
94 :inputBorder="false" 94 :inputBorder="false"
@@ -96,7 +96,7 @@ @@ -96,7 +96,7 @@
96 @blur="onNonNegativeNumberBlur(item, idx, 'lengthTolPos')" /> 96 @blur="onNonNegativeNumberBlur(item, idx, 'lengthTolPos')" />
97 </template> 97 </template>
98 </uni-list-item> 98 </uni-list-item>
99 - <uni-list-item title="长度公差 -(mm)"> 99 + <uni-list-item title="长度公差下限(mm)">
100 <template v-slot:footer> 100 <template v-slot:footer>
101 <uni-easyinput type="digit" v-model="item.lengthTolNeg" placeholder="请输入长度公差 -" 101 <uni-easyinput type="digit" v-model="item.lengthTolNeg" placeholder="请输入长度公差 -"
102 :inputBorder="false" 102 :inputBorder="false"