Issueandreceipt_task_approval.vue 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970
  1. <template>
  2. <view class="warp">
  3. <view class="topInfo">
  4. <view class="topInfo-item">
  5. <view class="flex info">
  6. <view class="logo">
  7. <image src="../../../static/img/reject.png" mode=""
  8. v-if="OutList.taskStatus == '已驳回'||EnterList.taskStatus == '已驳回'" style="height: 40rpx;">
  9. </image><!-- 驳回 -->
  10. <image src="../../../static/img/tongguo.png" mode=""
  11. v-else-if="OutList.taskStatus == '已通过'||EnterList.taskStatus == '已通过'||OutList.taskStatus == '执行中'"
  12. style="height: 40rpx;"></image><!-- 通过 -->
  13. <image src="../../../static/img/daishenhe.png" mode=""
  14. v-else-if="OutList.taskStatus == '审核中'||OutList.taskStatus == '待审核'||EnterList.taskStatus == '待审核'"
  15. style="height: 40rpx;"></image><!-- 待审核 -->
  16. </view>
  17. <view class="infoText" v-if="OutList.taskStatus">{{OutList.taskStatus}}</view>
  18. <view class="infoText" v-else>{{EnterList.taskStatus}}</view>
  19. </view>
  20. <view class="infoData" v-if="OutList.updateDate">{{OutList.updateDate}}</view>
  21. <view class="infoData" v-else>{{EnterList.updateDate}}</view>
  22. </view>
  23. </view>
  24. <view class="content1">
  25. <u-form :model="OutList" ref="uForm">
  26. <u-form-item label="任务类型" prop="inOutType" label-width="140" class="uForm_item">
  27. <u-input v-model="OutList.inOutType" input-align="right" disabled v-if="OutList.inOutType" />
  28. <u-input v-model="EnterList.inOutType" input-align="right" disabled v-else />
  29. </u-form-item>
  30. <view v-if="retreatList.judge == 3">
  31. <!-- 退库 -->
  32. <view class="uForm_item">
  33. <view class="title part2">{{retreatList.inOutType}}</view>
  34. <view class='row'>
  35. <view class="left">编号</view>
  36. <view class="right">退库({{retreatList.inOutTaskNo}}}</view>
  37. </view>
  38. <view class='row'>
  39. <view class="left">仓库</view>
  40. <view class="right">{{retreatList.warehouseName}}</view>
  41. </view>
  42. <view class='row'>
  43. <view class="left">出库类型</view>
  44. <view class="right">{{retreatList.inOutType}}</view>
  45. </view>
  46. <view class='row' v-if="retreatList.inOutType == '移库出库'">
  47. <view class="left">移库任务编号</view>
  48. <view class="right">{{retreatList.moveTaskNo}}</view>
  49. </view>
  50. <view class='row' v-if="retreatList.inOutType != '移库出库'">
  51. <view class="left">合同编号</view>
  52. <view class="right">{{retreatList.contractNo}}</view>
  53. </view>
  54. <view class='row'>
  55. <view class="left">货名</view>
  56. <view class="right">{{retreatList.goodsName}}</view>
  57. </view>
  58. <view class='row'>
  59. <view class="left">重量(吨)</view>
  60. <view class="right">{{retreatList.weight}}</view>
  61. </view>
  62. <view class='row'>
  63. <view class="left">预计出库日期</view>
  64. <view class="right">{{retreatList.predictDate}}</view>
  65. </view>
  66. <view class='row'>
  67. <view class="left">预估运费(元/吨)</view>
  68. <view class="right">{{retreatList.estimatedFreight}}</view>
  69. </view>
  70. <view class='row'>
  71. <view class="left">收货人</view>
  72. <view class="right">{{retreatList.agent}}</view>
  73. </view>
  74. </view>
  75. <view class="uForm_item">
  76. <u-form-item label="品级" prop="grade" label-width="150">
  77. <u-input v-model="retreatList.grade" input-align="right" placeholder="" @click='show=true'
  78. disabled />
  79. <u-picker :range="pjList" range-key="type" @confirm='pjPicker($event)' v-model="show"
  80. mode="selector">
  81. </u-picker>
  82. </u-form-item>
  83. <u-form-item label="容重(克/升)>=" prop="bulkDensity" label-width="190">
  84. <u-input v-model="retreatList.bulkDensity" input-align="right" placeholder="" />
  85. </u-form-item>
  86. <u-form-item label="水分(%)<=" prop="waterContent" label-width="160">
  87. <u-input v-model="retreatList.waterContent" input-align="right" placeholder="" />
  88. </u-form-item>
  89. <u-form-item label="单价(元/吨)" prop="unitPrice" label-width="160">
  90. <u-input v-model="retreatList.unitPrice" input-align="right" placeholder="" />
  91. </u-form-item>
  92. </view>
  93. </view>
  94. <view v-if="OutList.judge == 1">
  95. <view class="uForm_item">
  96. <!-- 出库 -->
  97. <view class="title part2">{{OutList.inOutType}}</view>
  98. <view class='row'>
  99. <view class="left">编号</view>
  100. <view class="right">出库({{OutList.inOutTaskNo}})</view>
  101. </view>
  102. <view class='row'>
  103. <view class="left">仓库</view>
  104. <view class="right">{{OutList.warehouseName}}</view>
  105. </view>
  106. <view class='row'>
  107. <view class="left">出库类型</view>
  108. <view class="right">{{OutList.inOutType}}</view>
  109. </view>
  110. <view class='row' v-if="OutList.inOutType == '移库出库'">
  111. <view class="left">移库任务编号</view>
  112. <view class="right">{{OutList.moveTaskNo}}</view>
  113. </view>
  114. <view class='row' v-if="OutList.inOutType != '移库出库'">
  115. <view class="left">合同编号</view>
  116. <view class="right">{{OutList.contractNo}}</view>
  117. </view>
  118. <view class='row'>
  119. <view class="left">货名</view>
  120. <view class="right">{{OutList.goodsName}}</view>
  121. </view>
  122. <view class='row'>
  123. <view class="left">重量(吨)</view>
  124. <view class="right">{{OutList.weight}}</view>
  125. </view>
  126. <view class='row'>
  127. <view class="left">预计出库日期</view>
  128. <view class="right">{{OutList.predictDate}}</view>
  129. </view>
  130. <view class='row'>
  131. <view class="left">预估运费(元/吨)</view>
  132. <view class="right">{{OutList.estimatedFreight}}</view>
  133. </view>
  134. <view class='row'>
  135. <view class="left">发货人</view>
  136. <view class="right">{{OutList.agent}}</view>
  137. </view>
  138. </view>
  139. <view class="uForm_item">
  140. <u-form-item label="品级" prop="grade" label-width="150" v-if="retreatList.inOutType != '退库'">
  141. <u-input v-model="OutList.grade" input-align="right" placeholder="" @click='show=true'
  142. disabled />
  143. <u-picker :range="pjList" range-key="type" @confirm='pjPicker($event)' v-model="show"
  144. mode="selector"></u-picker>
  145. </u-form-item>
  146. <u-form-item label="容重(克/升)>=" prop="bulkDensity" label-width="190"
  147. v-if="retreatList.inOutType != '退库'">
  148. <u-input v-model="OutList.bulkDensity" input-align="right" placeholder="" />
  149. </u-form-item>
  150. <u-form-item label="水分(%)<=" prop="waterContent" label-width="160"
  151. v-if="retreatList.inOutType != '退库'">
  152. <u-input v-model="OutList.waterContent" input-align="right" placeholder="" />
  153. </u-form-item>
  154. <u-form-item label="单价(元/吨)" prop="unitPrice" label-width="160"
  155. v-if="retreatList.inOutType != '退库'">
  156. <u-input v-model="OutList.unitPrice" input-align="right" placeholder="" />
  157. </u-form-item>
  158. <u-form-item label="业务描述" prop="businessDescribe" label-width="160" label-position="top"
  159. v-if="OutList.inOutType != '移库出库'">
  160. <u-input v-model="OutList.businessDescribe" input-align="left" placeholder="请输入业务描述"
  161. type="textarea" class="textarea" maxlength="150" />
  162. </u-form-item>
  163. <u-form-item v-if="retreatList.inOutType!='退库'" label="仓位号(选填)" prop="binNumber"
  164. label-width="170">
  165. <u-input v-model="OutList.binNumber" input-align="right" placeholder="未指定" />
  166. </u-form-item>
  167. </view>
  168. </view>
  169. <view v-if="EnterList.judge == 2">
  170. <view class="uForm_item">
  171. <!-- 入库 -->
  172. <view class="title part2">{{EnterList.inOutType}}</view>
  173. <view class='row'>
  174. <view class="left">编号</view>
  175. <view class="right">入库({{EnterList.inOutTaskNo}})</view>
  176. </view>
  177. <view class='row'>
  178. <view class="left">仓库</view>
  179. <view class="right">{{EnterList.warehouseName}}</view>
  180. </view>
  181. <view class='row'>
  182. <view class="left">入库类型</view>
  183. <view class="right">{{EnterList.inOutType}}</view>
  184. </view>
  185. <view class='row' v-if="EnterList.inOutType == '移库入库'">
  186. <view class="left">移库任务编号</view>
  187. <view class="right">{{EnterList.moveTaskNo}}</view>
  188. </view>
  189. <view class='row' v-if="EnterList.inOutType != '移库入库'">
  190. <view class="left">合同编号</view>
  191. <view class="right">{{EnterList.contractNo}}</view>
  192. </view>
  193. <view class='row'>
  194. <view class="left">货名</view>
  195. <view class="right">{{EnterList.goodsName}}</view>
  196. </view>
  197. <view class='row'>
  198. <view class="left">重量(吨)</view>
  199. <view class="right">{{EnterList.weight}}</view>
  200. </view>
  201. <view class='row'>
  202. <view class="left">预计入库日期</view>
  203. <view class="right">{{EnterList.predictDate}}</view>
  204. </view>
  205. <view class='row'>
  206. <view class="left">预估运费(元/吨)</view>
  207. <view class="right">{{EnterList.estimatedFreight}}</view>
  208. </view>
  209. <view class='row'>
  210. <view class="left">收货人</view>
  211. <view class="right">{{EnterList.agent}}</view>
  212. </view>
  213. </view>
  214. <view class="uForm_item">
  215. <u-form-item label="品级" prop="grade" label-width="150" v-if="EnterList.inOutType != '移库入库' ">
  216. <u-input v-model="EnterList.grade" input-align="right" placeholder="请选择品级"
  217. @click='show=true' disabled />
  218. <u-picker :range="pjList" range-key="type" @confirm='pjPicker1($event)' v-model="show"
  219. mode="selector">
  220. </u-picker>
  221. </u-form-item>
  222. <u-form-item label="容重(克/升)>=" prop="bulkDensity" label-width="190"
  223. v-if="EnterList.inOutType != '移库入库'">
  224. <u-input v-model="EnterList.bulkDensity" input-align="right" placeholder="请输入容重占比" />
  225. </u-form-item>
  226. <u-form-item label="水分(%)<=" prop="waterContent" label-width="160"
  227. v-if="EnterList.inOutType != '移库入库'">
  228. <u-input v-model="EnterList.waterContent" input-align="right" placeholder="请输入水分占比" />
  229. </u-form-item>
  230. <u-form-item label="单价(元/吨)" prop="unitPrice" label-width="160"
  231. v-if="EnterList.inOutType != '移库入库'">
  232. <u-input v-model="EnterList.unitPrice" input-align="right" placeholder="请输入单价" />
  233. </u-form-item>
  234. <u-form-item label="业务描述" prop="businessDescribe" label-width="160" label-position="top">
  235. <u-input v-model="EnterList.businessDescribe" input-align="left" placeholder="请输入业务描述"
  236. type="textarea" class="textarea" maxlength="150" />
  237. </u-form-item>
  238. <u-form-item v-if="OutList.inOutType!='退库'" label="仓位号(选填)" prop="binNumber" label-width="170">
  239. <u-input v-model="EnterList.binNumber" input-align="right" placeholder="未指定" />
  240. </u-form-item>
  241. </view>
  242. </view>
  243. </u-form>
  244. </view>
  245. <view v-if='show' class="shade">
  246. <view class="wrap">
  247. <view class="alert-top">
  248. <view class="title">
  249. {{title}}
  250. </view>
  251. <u-icon name="close" class="close" color="#8890B1" @click="close()"></u-icon>
  252. </view>
  253. <view class="u-textarea-style">
  254. <view class="right-bottom">
  255. {{auditMind.length}}/100个字
  256. </view>
  257. <u-input class="" v-model='auditMind' placeholder="请在此输入审核意见" type="textarea" height="414"
  258. maxlength="100" />
  259. </view>
  260. <view @click='close()' class="cancel">取消</view>
  261. <view @click='passSubmit()' class="confirm">确定</view>
  262. </view>
  263. </view>
  264. <u-toast ref="uToast" />
  265. <view style='padding:10px;' class='flex bottom-btn'>
  266. <u-button @click='reject' type="error" class="btn1" hover-class='none'>驳回</u-button>
  267. <u-button @click='pass' type="success" class="btn2">通过</u-button>
  268. </view>
  269. </view>
  270. </template>
  271. <script>
  272. import helper from '@/common/helper.js';
  273. import {
  274. mapState
  275. } from 'vuex';
  276. export default {
  277. data() {
  278. return {
  279. everyCheck: '',
  280. height: 200,
  281. autoHeight: true,
  282. border: false,
  283. id: "",
  284. OutList: {}, //出
  285. EnterList: {}, //入
  286. retreatList: {}, //退
  287. type: '移库',
  288. show: false,
  289. auditMind: '',
  290. pjList: [{
  291. type: '一等品'
  292. },
  293. {
  294. type: '二等品'
  295. },
  296. {
  297. type: '三等品'
  298. },
  299. {
  300. type: '等外'
  301. }
  302. ],
  303. }
  304. },
  305. // onReady() {
  306. // this.$refs.uForm.setRules(this.rules);
  307. // },
  308. onBackPress(e) {
  309. uni.navigateTo({
  310. url: "/pages/task/my_task"
  311. })
  312. return true;
  313. },
  314. onLoad(options) {
  315. this.id = options.id
  316. this.everyCheck = uni.getStorageSync("everyTask")
  317. this.getList()
  318. },
  319. computed: {
  320. ...mapState(['hasLogin', 'userInfo']),
  321. },
  322. methods: {
  323. getList() {
  324. this.$api.doRequest('get', '/inOutWarehouseTask/getTask', {
  325. id: this.id
  326. }).then(res => {
  327. if (res.data.code == 200) {
  328. this.$api.doRequest('get', '/inOutWarehouseTask/getInOutWarehouseTask', {
  329. relevanceId: res.data.data.relevanceId
  330. }).then(res => {
  331. if (res.data.code == 200) {
  332. for (let i = 0; i < res.data.data.length; i++) {
  333. if (res.data.data[i].inOutType == "移库出库" || res.data.data[i]
  334. .inOutType == "贸易服务出库" || res.data.data[i].inOutType == "销售出库" ||
  335. res.data.data[i].inOutType == "暂存出库") {
  336. this.OutList = res.data.data[i]
  337. this.OutList.judge = 1
  338. } else if (res.data.data[i].inOutType == "移库入库" || res.data.data[i]
  339. .inOutType == "暂存入库" || res
  340. .data.data[i].inOutType == "采购入库" || res.data.data[i].inOutType ==
  341. "贸易服务入库") {
  342. this.EnterList = res.data.data[i]
  343. this.EnterList.judge = 2
  344. } else if (res.data.data[i].inOutType == "退库") {
  345. this.retreatList = res.data.data[i]
  346. this.retreatList.judge = 3
  347. }
  348. }
  349. }
  350. })
  351. }
  352. })
  353. },
  354. pjPicker(e) {
  355. this.OutList.grade = this.pjList[e[0]].type
  356. this.OutList.gradeKey = e[0] + 1
  357. },
  358. pjPicker1(e) {
  359. this.EnterList.grade = this.pjList[e[0]].type
  360. this.EnterList.gradeKey = e[0] + 1
  361. },
  362. close() {
  363. this.show = false
  364. },
  365. pass() {
  366. this.show = true
  367. this.title = '审核意见(通过)'
  368. },
  369. reject() {
  370. this.show = true
  371. this.title = '驳回原因(驳回)'
  372. },
  373. passSubmit() {
  374. var that = this
  375. if (this.title == '驳回原因(驳回)') {
  376. this.rejectSubmit()
  377. } else {
  378. let that = this
  379. that.show = false
  380. uni.showModal({
  381. content: "是否确定通过?",
  382. showCancel: true,
  383. confirmText: '确定',
  384. success: function(res) {
  385. if (res.confirm) {
  386. that.OutList.inOutFlag = 1
  387. that.EnterList.inOutFlag = 2
  388. if (that.OutList.taskTypeKey == 1) {
  389. that.requestadd(that.OutList)
  390. } else if (that.EnterList.taskTypeKey == 2) {
  391. that.requestadd(that.EnterList)
  392. } else if (
  393. that.OutList.taskTypeKey == 3 ||
  394. that.OutList.taskTypeKey == 4
  395. ) {
  396. that.requestadd(that.OutList, 'repetition')
  397. if (!that.deletetask) {
  398. that.requestadd(that.EnterList, 'repetition')
  399. }
  400. }
  401. if (that.retreatList.taskTypeKey == 1 || that.retreatList.taskTypeKey == 2) {
  402. that.requestadd(that.retreatList)
  403. } else if (that.retreatList.taskTypeKey == 3 || that.retreatList.taskTypeKey ==
  404. 4) {
  405. that.requestadd(that.retreatList, 'repetition')
  406. }
  407. }
  408. }
  409. })
  410. }
  411. },
  412. rejectSubmit() {
  413. // (1出库2入库3移库4退库并出库)
  414. if (!this.rejectInfo) {
  415. this.$api.msg('驳回原因不能为空!')
  416. } else {
  417. this.show = false
  418. let that = this
  419. uni.showModal({
  420. content: "是否确定驳回?",
  421. showCancel: true,
  422. confirmText: '确定',
  423. success: function(res) {
  424. if (res.confirm) {
  425. if (that.OutList.taskTypeKey == 1) {
  426. that.requestaudit(that.OutList)
  427. } else if (that.OutList.taskTypeKey == 2) {
  428. that.requestaudit(that.OutList)
  429. } else if (
  430. that.OutList.taskTypeKey == 3 ||
  431. that.OutList.taskTypeKey == 4
  432. ) {
  433. that.requestaudit(that.OutList, 'repetition')
  434. if (!that.deletetask) {
  435. that.requestaudit(that.OutList, 'repetition')
  436. }
  437. }
  438. if (that.EnterList.taskTypeKey) {
  439. if (that.EnterList.taskTypeKey == 1 || that.EnterList.taskTypeKey == 2) {
  440. that.requestaudit(that.EnterList)
  441. } else if (that.EnterList.taskTypeKey == 3 || that.EnterList.taskTypeKey ==
  442. 4) {
  443. that.requestaudit(that.EnterList, 'repetition')
  444. }
  445. }
  446. if (that.retreatList.taskTypeKey) {
  447. if (that.retreatList.taskTypeKey == 1 || that.retreatList.taskTypeKey ==
  448. 2) {
  449. that.requestaudit(that.retreatList)
  450. } else if (that.retreatList.taskTypeKey == 3 || that.retreatList
  451. .taskTypeKey == 4) {
  452. that.requestaudit(that.retreatList, 'repetition')
  453. }
  454. }
  455. }
  456. }
  457. })
  458. }
  459. },
  460. requestadd(list, status) {
  461. list.compId = sessionStorage.getItem('ws-pf_compId')
  462. // list.publisher = this.userInfo.userName
  463. uni.showLoading({
  464. title: "审核中"
  465. })
  466. this.$api.doRequest('post', '/inOutWarehouseTask/api/checkOrUpdateInOutTask', list).then(res => {
  467. if (res.data.code == 200) {
  468. this.$api.doRequest('post', '/workflow/api/handle', {
  469. taskId: list.taskId,
  470. approved: true,
  471. auditMind: this.rejectInfo1,
  472. needReapply: false
  473. }).then(res => {
  474. if (res.data.code == 200) {
  475. this.$api.msg('审核成功!')
  476. } else {
  477. this.$api.msg('审核失败!')
  478. }
  479. setTimeout(function() {
  480. if (this.everyCheck) {
  481. helper.setAudit(this.list)
  482. } else {
  483. uni.navigateBack()
  484. }
  485. uni.hideLoading()
  486. }, 1000);
  487. }).catch(res => {
  488. uni.hideLoading()
  489. if (res.message) {
  490. uni.showToast({
  491. title: res.message,
  492. icon: 'none',
  493. duration: 2000
  494. })
  495. } else {
  496. uni.showToast({
  497. title: "系统异常,请联系管理员",
  498. icon: 'none',
  499. duration: 2000
  500. })
  501. }
  502. })
  503. } else {
  504. this.$api.msg('审核失败!')
  505. }
  506. }).catch(res => {
  507. uni.hideLoading()
  508. if (res.message) {
  509. uni.showToast({
  510. title: res.message,
  511. icon: 'none',
  512. duration: 2000
  513. })
  514. } else {
  515. uni.showToast({
  516. title: "系统异常,请联系管理员",
  517. icon: 'none',
  518. duration: 2000
  519. })
  520. }
  521. })
  522. },
  523. requestaudit(list, status) {
  524. uni.showLoading({
  525. title: "审核中"
  526. })
  527. list.compId = '2710b21efc1e4393930c5dc800010dc4'
  528. // list.publisher = this.userInfo.userName
  529. this.$api.doRequest('post', '/inOutWarehouseTask/api/checkOrUpdateInOutTask', list).then(res => {
  530. if (res.data.code == 200) {
  531. this.$api.doRequest('post', '/workflow/api/handle', {
  532. taskId: list.taskId,
  533. approved: false,
  534. auditMind: this.rejectInfo,
  535. needReapply: true
  536. }).then(res => {
  537. if (res.data.code == 200) {
  538. this.$api.msg('驳回成功!')
  539. setTimeout(function() {
  540. if (this.everyCheck) {
  541. helper.setAudit(this.list)
  542. } else {
  543. uni.navigateBack()
  544. }
  545. uni.hideLoading()
  546. }, 1000);
  547. }
  548. })
  549. }
  550. })
  551. },
  552. check() {
  553. // (1出库2入库3移库4退库并出库)taskTypeKey
  554. if (this.OutList.taskTypeKey == 1 || this.OutList.taskTypeKey == 3) {
  555. if (!this.OutList.grade) {
  556. this.$api.msg('品级不能为空')
  557. return
  558. }
  559. if (!this.OutList.bulkDensity) {
  560. this.$api.msg('容重不能为空')
  561. return
  562. }
  563. if (this.OutList.bulkDensity < 500 || this.OutList.bulkDensity > 1000) {
  564. this.$api.msg('容重输入错误')
  565. return
  566. }
  567. if (String(this.OutList.bulkDensity).indexOf('.') != -1 && String(this.OutList.bulkDensity).length - (
  568. String(this.OutList.bulkDensity).indexOf('.') + 1) > 0) {
  569. this.$api.msg('容重输入错误')
  570. return
  571. }
  572. if (!this.OutList.waterContent) {
  573. this.$api.msg('水分不能为空')
  574. return
  575. }
  576. if (isNaN(this.OutList.waterContent) ||
  577. (String(this.OutList.waterContent).indexOf('.') != -1 &&
  578. String(this.OutList.waterContent).length -
  579. (String(this.OutList.waterContent).indexOf('.') + 1) >
  580. 2) ||
  581. this.OutList.waterContent < 1 ||
  582. this.OutList.waterContent > 40
  583. ) {
  584. this.$api.msg('水分输入错误!')
  585. return
  586. }
  587. if (!this.OutList.unitPrice) {
  588. this.$api.msg('单价不能为空')
  589. return
  590. }
  591. if (isNaN(this.OutList.unitPrice) ||
  592. (String(this.OutList.unitPrice).indexOf('.') != -1 &&
  593. String(this.OutList.unitPrice).length -
  594. (String(this.OutList.unitPrice).indexOf('.') + 1) >
  595. 2) ||
  596. this.OutList.unitPrice < 1 ||
  597. this.OutList.unitPrice > 10000
  598. ) {
  599. this.$api.msg('单价输入错误!')
  600. return
  601. }
  602. }
  603. if (this.OutList.taskTypeKey == 1) {
  604. if (!this.OutList.businessDescribe) {
  605. this.$api.msg('业务描述不能为空')
  606. return
  607. }
  608. if (this.OutList.businessDescribe.length > 150) {
  609. this.$api.msg('业务描述长度错误')
  610. return
  611. }
  612. }
  613. if (this.EnterList.taskTypeKey == 2 && this.EnterList.judge) {
  614. if (!this.EnterList.grade) {
  615. this.$api.msg('品级不能为空')
  616. return
  617. }
  618. if (!this.EnterList.bulkDensity) {
  619. this.$api.msg('容重不能为空')
  620. return
  621. }
  622. if (this.EnterList.bulkDensity < 500 || this.EnterList.bulkDensity > 1000) {
  623. this.$api.msg('容重输入错误')
  624. return
  625. }
  626. if (String(this.EnterList.bulkDensity).indexOf('.') != -1 && String(this.EnterList.bulkDensity)
  627. .length - (
  628. String(this.EnterList.bulkDensity).indexOf('.') + 1) > 0) {
  629. this.$api.msg('容重输入错误')
  630. return
  631. }
  632. if (!this.EnterList.waterContent) {
  633. this.$api.msg('水分不能为空')
  634. return
  635. }
  636. if (isNaN(this.EnterList.waterContent) ||
  637. (String(this.EnterList.waterContent).indexOf('.') != -1 &&
  638. String(this.EnterList.waterContent).length -
  639. (String(this.EnterList.waterContent).indexOf('.') + 1) >
  640. 2) ||
  641. this.EnterList.waterContent < 1 ||
  642. this.EnterList.waterContent > 40
  643. ) {
  644. this.$api.msg('水分输入错误!')
  645. return
  646. }
  647. if (!this.EnterList.unitPrice) {
  648. this.$api.msg('单价不能为空')
  649. return
  650. }
  651. if (isNaN(this.EnterList.unitPrice) ||
  652. (String(this.EnterList.unitPrice).indexOf('.') != -1 &&
  653. String(this.EnterList.unitPrice).length -
  654. (String(this.EnterList.unitPrice).indexOf('.') + 1) >
  655. 2) ||
  656. this.EnterList.unitPrice < 1 ||
  657. this.EnterList.unitPrice > 10000
  658. ) {
  659. this.$api.msg('单价输入错误!')
  660. return
  661. }
  662. if (!this.EnterList.businessDescribe) {
  663. this.$api.msg('业务描述不能为空')
  664. return
  665. }
  666. if (this.EnterList.businessDescribe.length > 150) {
  667. this.$api.msg('业务描述长度错误')
  668. return
  669. }
  670. }
  671. if (this.OutList.taskTypeKey == 3) {
  672. if (!this.EnterList.businessDescribe) {
  673. this.$api.msg('业务描述不能为空')
  674. return
  675. }
  676. if (this.EnterList.businessDescribe.length > 150) {
  677. this.$api.msg('业务描述长度错误')
  678. return
  679. }
  680. }
  681. if (this.retreatList.taskTypeKey == 4 && this.retreatList.judge) {
  682. if (!this.retreatList.grade) {
  683. this.$api.msg('品级不能为空')
  684. return
  685. }
  686. if (!this.retreatList.bulkDensity) {
  687. this.$api.msg('容重不能为空')
  688. return
  689. }
  690. if (this.retreatList.bulkDensity < 500 || this.retreatList.bulkDensity > 1000) {
  691. this.$api.msg('容重输入错误')
  692. return
  693. }
  694. if (String(this.retreatList.bulkDensity).indexOf('.') != -1 && String(this.retreatList.bulkDensity)
  695. .length - (
  696. String(this.retreatList.bulkDensity).indexOf('.') + 1) > 0) {
  697. this.$api.msg('容重输入错误')
  698. return
  699. }
  700. if (!this.retreatList.waterContent) {
  701. this.$api.msg('水分不能为空')
  702. return
  703. }
  704. if (isNaN(this.retreatList.waterContent) ||
  705. (String(this.retreatList.waterContent).indexOf('.') != -1 &&
  706. String(this.retreatList.waterContent).length -
  707. (String(this.retreatList.waterContent).indexOf('.') + 1) >
  708. 2) ||
  709. this.retreatList.waterContent < 1 ||
  710. this.retreatList.waterContent > 40
  711. ) {
  712. this.$api.msg('水分输入错误!')
  713. return
  714. }
  715. if (!this.retreatList.unitPrice) {
  716. this.$api.msg('单价不能为空')
  717. return
  718. }
  719. if (isNaN(this.retreatList.unitPrice) ||
  720. (String(this.retreatList.unitPrice).indexOf('.') != -1 &&
  721. String(this.retreatList.unitPrice).length -
  722. (String(this.retreatList.unitPrice).indexOf('.') + 1) >
  723. 2) ||
  724. this.retreatList.unitPrice < 1 ||
  725. this.retreatList.unitPrice > 10000
  726. ) {
  727. this.$api.msg('单价输入错误!')
  728. return
  729. }
  730. if (!this.EnterList.businessDescribe) {
  731. this.$api.msg('业务描述不能为空')
  732. return
  733. }
  734. if (this.EnterList.businessDescribe.length > 150) {
  735. this.$api.msg('业务描述长度错误')
  736. return
  737. }
  738. }
  739. }
  740. }
  741. }
  742. </script>
  743. <style scoped lang="scss">
  744. .content1 {
  745. margin: 10rpx;
  746. padding-bottom: 224rpx;
  747. .title {
  748. height: 70rpx;
  749. line-height: 60rpx;
  750. font-size: 32rpx;
  751. font-weight: 600;
  752. color: #333333;
  753. border-bottom: 2rpx solid #EEEEEE;
  754. }
  755. }
  756. .uForm {
  757. padding: 0 40rpx;
  758. }
  759. .u-form-item {
  760. padding: 0;
  761. }
  762. .bottom-btn {
  763. width: 100%;
  764. position: fixed;
  765. bottom: 0;
  766. display: flex;
  767. z-index: 2;
  768. left: 0;
  769. background-color: #f8f8f8;
  770. flex-direction: column;
  771. .btn1,
  772. .btn2 {
  773. width: 100%;
  774. margin-bottom: 26rpx;
  775. border-radius: 90rpx;
  776. }
  777. .btn1 {
  778. background: white;
  779. color: #00C265;
  780. }
  781. }
  782. .submit {
  783. width: 50%;
  784. background: #22C572;
  785. border-radius: 10rpx;
  786. }
  787. .part2 {
  788. margin-top: 20rpx;
  789. }
  790. .textarea {
  791. border: 1px solid #ccc;
  792. border-radius: 10rpx;
  793. background-color: #F9F9FA;
  794. height: 100px;
  795. }
  796. .row {
  797. display: flex;
  798. justify-content: space-between;
  799. // border-bottom: 1px solid #EEEEEE;
  800. padding: 21rpx 0;
  801. .right,
  802. input {
  803. font-size: 28rpx;
  804. color: #333333;
  805. }
  806. }
  807. //弹出框
  808. // .popup {
  809. // padding: 30rpx;
  810. // border-radius: 20rpx;
  811. // }
  812. // .rejectInfoCss {
  813. // border: 1px solid #ccc;
  814. // border-radius: 10rpx;
  815. // background-color: #F9F9FA;
  816. // margin: 30rpx;
  817. // overflow-y: auto;
  818. // // height: 300rpx;
  819. // background: red;
  820. // }
  821. .uForm_item {
  822. padding: 20rpx;
  823. background-color: #FFFFFF;
  824. margin: 20rpx;
  825. border-radius: 20rpx;
  826. }
  827. .rejectText {
  828. text-align: center;
  829. }
  830. .topInfo {
  831. height: 210rpx;
  832. background: linear-gradient(270deg, #22C572 0%, #34DE8A 100%);
  833. padding: 30rpx;
  834. .topInfo-item {
  835. height: 150rpx;
  836. background-color: #FFFFFF;
  837. border-radius: 20rpx;
  838. padding: 40rpx;
  839. .logo {
  840. width: 40rpx;
  841. height: 40rpx;
  842. margin-top: 8rpx;
  843. }
  844. .infoText {
  845. font-size: 36rpx;
  846. font-weight: 600;
  847. margin-left: 20rpx;
  848. }
  849. .infoData {
  850. color: #878C9C;
  851. font-size: 26rpx;
  852. margin-top: 10rpx;
  853. }
  854. }
  855. }
  856. .shade {
  857. position: fixed;
  858. top: 0;
  859. left: 0;
  860. height: 100%;
  861. width: 100%;
  862. background: rgba(0, 0, 0, 0.4);
  863. z-index: 3;
  864. .wrap {
  865. position: absolute;
  866. left: 0;
  867. top: 0;
  868. right: 0;
  869. bottom: 0;
  870. margin: auto;
  871. background: #fff;
  872. width: calc(100% - 198rpx);
  873. height: 700rpx;
  874. border-radius: 20rpx;
  875. .alert-top {
  876. padding: 33rpx;
  877. display: flex;
  878. justify-content: center;
  879. align-items: center;
  880. position: relative;
  881. }
  882. .title {
  883. font-size: 32rpx;
  884. font-weight: 600;
  885. color: #333333;
  886. }
  887. .close {
  888. position: absolute;
  889. right: 33rpx;
  890. }
  891. }
  892. }
  893. .cancel,
  894. .confirm {
  895. position: absolute;
  896. display: inline-block;
  897. width: 50%;
  898. text-align: center;
  899. bottom: 0;
  900. padding: 10px;
  901. border-top: 1px solid #eee;
  902. font-size: 34rpx;
  903. }
  904. .cancel {
  905. left: 0;
  906. border-right: 1px solid #eee;
  907. color: #AFB3BF;
  908. }
  909. .confirm {
  910. right: 0;
  911. color: #22C572;
  912. }
  913. .u-textarea-style {
  914. margin: 20rpx;
  915. background: #F9F9FA;
  916. border-radius: 10px;
  917. border: 1px solid #EEEEEE;
  918. padding: 10rpx 20rpx;
  919. position: relative;
  920. .right-bottom {
  921. position: absolute;
  922. right: 20rpx;
  923. bottom: 20rpx;
  924. color: #AFB3BF;
  925. }
  926. }
  927. /deep/.u-input__textarea {
  928. height: 300rpx !important;
  929. }
  930. </style>