apply-clients 3.5.5-4 → 3.5.5-41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/dev-server.js +2 -6
- package/package.json +6 -4
- package/src/components/QXClient.js +333 -0
- package/src/components/SignTools.js +65 -0
- package/src/components/android/AppTakePic.vue +182 -182
- package/src/components/product/Material/MaterialDetailed.vue +268 -268
- package/src/components/product/Process/Processes/contractModel.vue +97 -118
- package/src/components/product/ServiceView.vue +1028 -1028
- package/src/filiale/fugou/android/AppAddMaterialScience.vue +444 -440
- package/src/filiale/fugou/android/AppDevicesManagement.vue +3 -1
- package/src/filiale/fugou/android/AppInstallationDetails.vue +542 -541
- package/src/filiale/fugou/android/AppServiceControl.vue +1836 -1836
- package/src/filiale/fugou/android/AppZhihuanManagement.vue +3 -1
- package/src/filiale/fugou/android/printCharge.vue +162 -162
- package/src/filiale/fugou/android.js +16 -16
- package/src/filiale/fugou/pc/ApplyChargeList.vue +484 -480
- package/src/filiale/fugou/pc/ExplorationSelect.vue +525 -525
- package/src/filiale/fugou/pc/ServiceControl.vue +1705 -1705
- package/src/filiale/fugou/pc/ServiceView.vue +941 -941
- package/src/filiale/fugou/pc/StopApplyList.vue +291 -0
- package/src/filiale/fugou/pc/SupervisoryServiceControl.vue +881 -0
- package/src/filiale/fugou/pc/addressAndUserinfoManagement.vue +1 -1
- package/src/filiale/fugou/pc/chargeReport.vue +87 -15
- package/src/filiale/fugou/pc/devicesManagement.vue +1 -0
- package/src/filiale/fugou/pc/printChargepc.vue +148 -148
- package/src/filiale/fugou/pc.js +3 -1
- package/src/filiale/gongyi/android/AppAddMaterialScience.vue +493 -493
- package/src/filiale/jinhuang/android/AppAddMaterialScience.vue +635 -0
- package/src/filiale/jinhuang/android.js +6 -0
- package/src/filiale/jinhuang/pc/ContractList.vue +220 -0
- package/src/filiale/jinhuang/pc/addMaterialScience.vue +638 -0
- package/src/filiale/jinhuang/pc/addressAndUserinfoManagement.vue +41 -1
- package/src/filiale/jinhuang/pc.js +2 -0
- package/src/filiale/qianneng/android/AppChargeManagement.vue +686 -686
- package/src/filiale/qianneng/android/AppServiceView.vue +795 -795
- package/src/filiale/qianneng/android.js +15 -15
- package/src/filiale/qianneng/pc/ApplyMaterialDetailed.vue +1 -1
- package/src/filiale/qianneng/pc/Applydetail.vue +1 -1
- package/src/filiale/qianneng/pc/InstallFunction.vue +188 -188
- package/src/filiale/qianneng/pc.js +29 -29
- package/src/filiale/ruihua/pc/ServiceControl.vue +1967 -1966
- package/src/filiale/yangchunboneng/android/AppChargeManagement.vue +520 -520
- package/src/filiale/yangchunboneng/android/AppDevicesManagement.vue +645 -645
- package/src/filiale/yangchunboneng/android/AppExplorationUser.vue +52 -0
- package/src/filiale/yangchunboneng/android/AppInstallationMaterial.vue +30 -1
- package/src/filiale/yangchunboneng/android/AppServiceControl.vue +1703 -1703
- package/src/filiale/yangchunboneng/android/MaterIialOne.vue +21 -1
- package/src/filiale/yangchunboneng/pc/ApplyChargeList.vue +645 -617
- package/src/filiale/yangchunboneng/pc/ExplorationSelect.vue +99 -48
- package/src/filiale/yangchunboneng/pc/ServiceControl.vue +2112 -2112
- package/src/filiale/yangchunboneng/pc/ServiceView.vue +1007 -1007
- package/src/filiale/yangchunboneng/pc/SupervisoryList.vue +4 -1
- package/src/filiale/yangchunboneng/pc/SupervisoryListNew.vue +5 -1
- package/src/filiale/yangchunboneng/pc/SupervisoryServiceView.vue +1 -1
- package/src/filiale/yangchunboneng/pc/chargeManagement.vue +1053 -1052
- package/src/filiale/yangchunboneng/pc/devicesManagement.vue +574 -574
- package/src/main.js +1 -1
|
@@ -70,6 +70,8 @@
|
|
|
70
70
|
</div>
|
|
71
71
|
</template>
|
|
72
72
|
<script>
|
|
73
|
+
import {isEmpty} from "../../../components/Util";
|
|
74
|
+
|
|
73
75
|
export default {
|
|
74
76
|
props:["index",'item','materialnameandcode','typenumbers','newmaterialnameandcode','newmaterialnameandtype'],
|
|
75
77
|
data(){
|
|
@@ -109,7 +111,25 @@ export default {
|
|
|
109
111
|
this.$emit('delete_material',i)
|
|
110
112
|
}
|
|
111
113
|
},
|
|
112
|
-
ready(){
|
|
114
|
+
ready () {
|
|
115
|
+
if (this.item.f_material_name && this.item.f_material_style) {
|
|
116
|
+
let f_material_name = ''
|
|
117
|
+
this.newmaterialnameandcode.filter((item) => {
|
|
118
|
+
if (item.label == this.item.f_material_name) {
|
|
119
|
+
f_material_name = item.value
|
|
120
|
+
}
|
|
121
|
+
})
|
|
122
|
+
this.item.f_material_name = f_material_name
|
|
123
|
+
this.changeMaterialName(f_material_name)
|
|
124
|
+
let f_typenumber = ''
|
|
125
|
+
this.materialnameandtype.filter((item) => {
|
|
126
|
+
if (item.label == this.item.f_material_style) {
|
|
127
|
+
f_typenumber = item.value
|
|
128
|
+
}
|
|
129
|
+
})
|
|
130
|
+
this.item.f_typenumber = f_typenumber
|
|
131
|
+
this.changeType(f_typenumber)
|
|
132
|
+
}
|
|
113
133
|
console.log(this.item)
|
|
114
134
|
}
|
|
115
135
|
}
|