Bläddra i källkod

'修改下单制'

魏志佳 4 år sedan
förälder
incheckning
fd24297b30

+ 1 - 1
src/views/modules/workBench/materialList.vue

@@ -435,7 +435,7 @@
                                             :multiple="false"
                                         />
                                         <span v-if="repeat" style="color: red">此素材重复,请重新选择上传</span>
-                                        {{urlList.url }}
+                                        <!-- {{urlList.url }} -->
                                         <span v-if="confirmLoading && urlList.url != ''" style="color: green">上传成功</span>
                                     </a-form-item>
                                     

+ 2 - 2
src/views/modules/workBench/orderDetail.vue

@@ -1873,8 +1873,8 @@ export default {
 
         beforeUpload(file) {
             // this.uploadAction= `http://api.tjyourong.com.cn/jeecg-boot/platform/file/uploadScript?materialId=${this.currentMaterial.id}&projectId=${this.currentMaterial.projectId}`
-            this.uploadAction= `http://192.168.1.43:8088/jeecg-boot/platform/file/uploadScript?materialId=${this.currentMaterial.id}&projectId=${this.currentMaterial.projectId}`
-            // this.uploadAction= `http://139.186.151.174:8804/jeecg-boot/platform/file/uploadScript?materialId=${this.currentMaterial.id}&projectId=${this.currentMaterial.projectId}`
+            // this.uploadAction= `http://192.168.1.43:8088/jeecg-boot/platform/file/uploadScript?materialId=${this.currentMaterial.id}&projectId=${this.currentMaterial.projectId}`
+            this.uploadAction= `http://139.186.151.174:8804/jeecg-boot/platform/file/uploadScript?materialId=${this.currentMaterial.id}&projectId=${this.currentMaterial.projectId}`
 
             this.loadDisabled = true
             const size = (Number(file.size) / (1024 * 1024)).toFixed(2)

+ 2 - 2
src/views/modules/workBench/placeOrder.vue

@@ -467,14 +467,14 @@ export default {
             rules: {
                 orderTitle: [
                     { required: true, message: '请填写订单标题', trigger: 'blur' },
-                    { min: 2, message: '长度不得小于2', trigger: 'blur' },
+                    { min: 2, message: '订单标题长度不得小于2', trigger: 'blur' },
                 ],
                 // sysPackage: [
                 //     { required: true, message: '请输入APK链接', trigger: 'blur' },
                 //     { min: 2, message: '长度不得小于2', trigger: 'blur' },
                 // ],
                 dataValue: [{ required: true, message: '请选择订单周期', trigger: 'change' }],
-                materialAmount: [{ required: true, message: '素材总数必须大于1', trigger: 'change' }],
+                materialAmount: [{ required: true, message: '素材总数必须大于等于1', trigger: 'change' }],
                 // materialAmountDay: [{required: true, message: '日均产量必须填写', trigger: 'change' }],
                 project: [{required: true, message: '请选择关联项目', trigger: 'change' }],
                 design: [{required: true, message: '请选择设计组长', trigger: 'change' }],

+ 2 - 2
vue.config.js

@@ -73,7 +73,7 @@ module.exports = {
         // target: 'http://192.168.1.188:8088', //请求本地 需要jeecg-boot后台项目  英豪
         // target: 'http://192.168.2.115:8080', //请求本地 需要jeecg-boot后台项目  祚云
         // target: 'http://192.168.1.43:8098', //请求本地 需要jeecg-boot后台项目  毕洁泉
-        target: 'http://192.168.1.43:8088', //请求本地 需要jeecg-boot后台项目  毕洁泉
+        // target: 'http://192.168.1.43:8088', //请求本地 需要jeecg-boot后台项目  毕洁泉
         // target: 'http://192.168.1.43:8087', //请求本地 需要jeecg-boot后台项目  毕洁泉
         // target: 'http://192.168.0.252:8098', //请求本地 需要jeecg-boot后台项目  毕洁泉
         // target: 'http://192.168.1.219:8080', //请求本地 需要jeecg-boot后台项目  赵西安
@@ -84,7 +84,7 @@ module.exports = {
         //  target: 'http://adsp.tjyourong.com.cn/', //请求本地 需要jeecg-boot后台项目
         // target: 'http://192.168.1.251/', //请求本地 需要jeecg-boot后台项目
         // target:'http://118.24.244.213:8804',
-        // target:'http://139.186.151.174:8804', //测试
+        target:'http://139.186.151.174:8804', //测试
 
         ws: false,